Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About GPT-3
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Janarthanan Selvaraj (2)
Shweta Lodha (1)
John Iwasz (1)
Vijay Pratap Singh (1)
Related resources for GPT-3
No resource found
Implementing and Integrating ChatGPT using Microsoft Azure Open AI
4/28/2023 7:55:09 AM.
This article shows to to create, implement and integrate ChatGPT using Microsoft Azure Open AI studio.
How To Generate And Image Variations Using DALL-E 2 OpenAI Model?
4/28/2023 7:21:10 AM.
In this article describes about DALL E-2 model and its capabilities, Image Generation and Image Variations using Python Code Implementation
Use Your Own Files To Get Response From GPT Like ChatGPT | Python
4/11/2023 6:02:16 AM.
This article explains about how you can use your locally stored text files to get responses using GPT-3.
ChatGPT Completions With C#
2/6/2023 5:43:39 AM.
ChatGPT is getting plenty of attention for its natural language responses. OpenAI has a Python package for using the REST API. This article shows how to use ChatGPT from C#.
ChatGPT Completions In ASP.NET Core Web API
2/6/2023 5:42:18 AM.
This article will explain how to use ChatGPT text completions in ASP.NET Web API with the OpenAI package. With the help of the OpenAI package, we do not need to define an API endpoint.