Coding C# to use the OpenAI Chat API
Channel:
Subscribers:
1,000
Published on ● Video Link: https://www.youtube.com/watch?v=BTb9FZSUXqE
In this video I develop a C# console app that uses the OpenAI Chat API to hold conversations in a variety of styles. I am also going to train the Chat API so that it focusses on a particular subject and doesn’t deviate from it.
The API key can be obtained here:
https://platform.openai.com/account/api-keys
The endpoint of the API is:
https://api.openai.com/v1/chat/completions
Other Videos By IndieRevo
Tags:
chatgpt
openai
openai api
ai
artificial intelligence
postman
development
software development
c#
csharp
visual studio
coding