No video

How to integrate ChatGPT with C# and .NET Core

  Рет қаралды 27,807

Biswa Ranjan

Biswa Ranjan

Күн бұрын

Learn to Integrate ChatGPT into your C# application.
This video is made for developers who are looking to add natural language processing capabilities to their .Net Core projects.
This video will provide you with the knowledge you need to get started
Download Source Code from: shorturl.at/otuP1
How To earn Money With Chat GPT, Earn money with AI: • How To earn Money With...
#ChatGPT #OpenAI #DotNetCore

Пікірлер: 49
@abinassamal7485
@abinassamal7485 Жыл бұрын
Very helpful session..
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Thank you. keep watching
@sharmajiNaveen
@sharmajiNaveen 4 ай бұрын
great explaind 👍🏻
@omkale6541
@omkale6541 3 ай бұрын
Great to hear sir, Kindly create few videos like email sentiment analysis using Azure openAI and .net core
@creneemugo94
@creneemugo94 Жыл бұрын
Is there a way to give Chat GBT information about a certain topic on a permanent basis and then if users want to ask questions it can learn the information and answer any question? I would like to give it information about my business and have it answer any faq a user might ask.
@Jellyohhh
@Jellyohhh Жыл бұрын
Very helpful- thank you! I however ran into an error "You exceeded your current quota, please check your plan and billing details."-- At the time of setting this up I do not think the API is free to use so, I had used card details since it is fairly cheap. (PS. Make sure you setup a Max quota for yourself!)
@hiteshdogra7227
@hiteshdogra7227 Жыл бұрын
sir we are interested in chaptGPT videos with .net core have you created any video please share a link i am unable to find in playlist
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Hi Hitesh, glad to see your comment. Please find few videos by me on ChatGPT. kzbin.info/www/bejne/hKLRlHxuotKDi7s kzbin.info/www/bejne/eJfPpGmGbK6Ueqc kzbin.info/www/bejne/pJ-9hYWHnqpmfbs
@user-el3tb8cr5l
@user-el3tb8cr5l Жыл бұрын
I am getting this error "You exceeded your current quota, please check your plan and billing details."
@guillermomazzari4983
@guillermomazzari4983 Жыл бұрын
Thanks for sharing!
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Welcome, thank you for watching
@user-bx6dm9sz2k
@user-bx6dm9sz2k 6 ай бұрын
Is there any way to make that chatgpt response consistent for a specific app?You asked "What is life ?" multiple times and the response is different for each time.How to prevent that?
@MsHazik
@MsHazik 8 ай бұрын
Good Tutorial of consuming the Openai API in C#, but can you guide how to resolve the quota error message
@omkale6541
@omkale6541 3 ай бұрын
You need pay for use initially they will give dollar as balance once utilized after you'll get this msg
@sanketparab1203
@sanketparab1203 Жыл бұрын
If you add query as provide 10 countries list then in response it shows only 4 … as half result does not contain in result
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Hi Sanket, Please follow below tutorial to overcome the said issue. Hope it will help you. kzbin.info/www/bejne/pJ-9hYWHnqpmfbs Thanks for watching. Keep encouraging me.
@ra9386
@ra9386 Жыл бұрын
Can you share your full codeblock and references? Using the API for OpenAI has gotten me interested in making my own application for it. However I am new to programming and have been struggling with some errors that I cannot resolve
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Hi, Please download the Source code from: shorturl.at/otuP1 Thanks for watching, Keep watching, Keep learning, Keep exploring.
@user-ui3zm6nk5u
@user-ui3zm6nk5u Жыл бұрын
can you solve the issue of getiing only first line in responce
@blueCS
@blueCS Жыл бұрын
CompletionRequest completionRequest = new CompletionRequest { Prompt = "Your query", MaxTokens = 3900, // length of response }; // (max is 4097)
@mriman7676
@mriman7676 Жыл бұрын
Amazing thanks 👍
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Glad you like it.
@muhammadmajid6670
@muhammadmajid6670 Жыл бұрын
Thanks dear
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Glad you like it. Keep watching, keep learning, keep exploring.
@deadlyspider6917
@deadlyspider6917 10 ай бұрын
Can you show similar video for auto correct sentence using Open AI. Thank you in advance
@BiswaRanjan
@BiswaRanjan 10 ай бұрын
Hi @DeadlySpider6917, Sure, I will definitely create in very near future. 🙂
@deadlyspider6917
@deadlyspider6917 10 ай бұрын
@@BiswaRanjan waiting for it please
@deadlyspider6917
@deadlyspider6917 9 ай бұрын
@@BiswaRanjan hi sir, daily looking your videos and waiting for rephrasing or para phrasing or correcting sentences using open AI in c# visual studio. Please make that video want to learn how to do it
@BiswaRanjan
@BiswaRanjan 9 ай бұрын
@@deadlyspider6917 Hi, Really sorry for late, got busy with different stuff. I did practice, please follow below steps. 1- Download the source code from the this video description. 2- Open in Visual studio, upgrade OpenAI Nuget package to 1.7.2 3- Open GPTController.cs file, Change line no 20 completionRequest.Model = OpenAI_API.Models.Model.DavinciText; to completionRequest.Model = OpenAI_API.Models.Model.ChatGPTTurbo; 4- Line no- 17 replace your secret key. it will work. Next week i will create video on it.
@deadlyspider6917
@deadlyspider6917 9 ай бұрын
@@BiswaRanjan thank you for your reply sir, waiting for the video ❤️❤️❤️
@deporesmartino1472
@deporesmartino1472 11 ай бұрын
Do I have to pay fee while using Api of Open AI?
@BiswaRanjan
@BiswaRanjan 11 ай бұрын
Hi, yes there few free API limit for new user, but after that need to pay.
@koushikac1989
@koushikac1989 10 ай бұрын
can you please help ,i am getting internal server error
@BiswaRanjan
@BiswaRanjan 10 ай бұрын
It may occur if open AI key expired limit reach or no permission added.
@bytewings3378
@bytewings3378 Жыл бұрын
How to integrate whisper with C# .NET. Can anyone help???
@LeMobsilia
@LeMobsilia Жыл бұрын
How can I have your project template (1:20)
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Hi, the Source code is available in video description. Or you can download from below link: drive.google.com/file/d/1Z1Qbu-QJE9U-jBtxTUW6IpkVaSJsj5QF/view Thanks for watching, Keep watching, Keep learning, Keep Exploring
@alishahab8964
@alishahab8964 Жыл бұрын
How can I make this chat bot to be my whatsapp business chat bot please reply sir..
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Hi, we can create a chatbot using MS Chatbot or or Discord Chatbot and host for WhatsApp.
@alishahab8964
@alishahab8964 Жыл бұрын
Can you make a tutorial for that? Please
@BiswaRanjan
@BiswaRanjan Жыл бұрын
Please check these videos kzbin.info/www/bejne/eJfPpGmGbK6Ueqc kzbin.info/www/bejne/hKLRlHxuotKDi7s Hope these will help you.
@alishahab8964
@alishahab8964 Жыл бұрын
@@BiswaRanjan sir i dont want to host on my local i want to host on whatsapp web API KIndly guide me how. because my job is on the line
@Srisribaburao
@Srisribaburao Жыл бұрын
Bhuji na padi
@softwareandart1744
@softwareandart1744 10 ай бұрын
Help me please! "message": "You exceeded your current quota, please check your plan and billing details.", "type": "insufficient_quota", "param": null, "code": "insufficient_quota"
@BiswaRanjan
@BiswaRanjan 10 ай бұрын
Hi, it is very simple You exceeded your current quota. You need to pay for more search using API.
@softwareandart1744
@softwareandart1744 9 ай бұрын
@@BiswaRanjan I created an account with a phone number that had not been connected to chat gpt before, and the problem was solved. thanks
.NET 7  💥  - Integrate OpenAI ChatGPT with Web API
34:50
Mohamad Lawand
Рет қаралды 16 М.
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 25 МЛН
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 24 МЛН
Ik Heb Aardbeien Gemaakt Van Kip🍓🐔😋
00:41
Cool Tool SHORTS Netherlands
Рет қаралды 9 МЛН
❌Разве такое возможно? #story
01:00
Кэри Найс
Рет қаралды 3,3 МЛН
Run your own AI (but private)
22:13
NetworkChuck
Рет қаралды 1,4 МЛН
I FOUGHT A BOT STRONGER THAN MITTENS!!!!
26:44
GMHikaru
Рет қаралды 272 М.
Forget Controllers and Minimal APIs in .NET!
14:07
Nick Chapsas
Рет қаралды 65 М.
It's time for change, it's time for Linux.
10:53
DankPods
Рет қаралды 242 М.
.NET in 300 seconds
5:48
Amichai Mantinband
Рет қаралды 68 М.
Coding a ChatBot in C# and .NET Blazor using Azure AI from Scratch
44:57
Generative AI into ANY .NET App with SemanticKernel
12:39
Nick Chapsas
Рет қаралды 44 М.
ChatGPT .NET API Client
52:29
Les Jackson
Рет қаралды 108 М.
Creating first ChatGPT prompt app using Open AI API in C#
11:25
DotNet Core Central
Рет қаралды 6 М.
Zombie Boy Saved My Life 💚
00:29
Alan Chikin Chow
Рет қаралды 25 МЛН