How to Call ChatGPT from C#

preview_player
Показать описание
Guide for how you can call OpenAI's GPT services such as ChatGPT from your C# .NET code. This guide uses the Azure.AI.OpenAI package to call OpenAI's API, you can find the package here, or by ticking "Include Prereleases" in Visual Studio

#csharp #dotnet #chatgpt #openai

📖 Get my book - Developing on AWS with C#

🔗 More guides & articles

💻 Github

🗣️ Social Media
Рекомендации по теме
Комментарии
Автор

Great! It's more comfortable to use all API mechanism

johndavidpatino
Автор

You don't mention price 😅 it's not free

moayadmyro
Автор

this video seems to be very out of date, changes to the API make this code broken.

LagDaemonGames-odto
Автор

Maybe an updated video is needed.
There is NO AI code generating api that is free. None

IncompleteDeveloper