How to integrate ChatGPT with C# and .NET Core

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 50

  • @sharmajiNaveen
    @sharmajiNaveen 9 місяців тому +1

    great explaind 👍🏻

  • @abinassamal7485
    @abinassamal7485 Рік тому +6

    Very helpful session..

  • @mayurkawade8099
    @mayurkawade8099 2 місяці тому

    How to translate doc and other file format using chatgpt in .net core. When we upload any file then how to translate that file from english to german e.g and get the translated file return

  • @AjimiMolS
    @AjimiMolS 10 місяців тому

    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?

  • @sankarrao-j5b
    @sankarrao-j5b Рік тому +1

    I am getting this error "You exceeded your current quota, please check your plan and billing details."

  • @hiteshdogra7227
    @hiteshdogra7227 Рік тому +3

    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.
      ua-cam.com/video/NqncI8mmPUY/v-deo.html
      ua-cam.com/video/Bfls6P7IaDE/v-deo.html
      ua-cam.com/video/nnZTRQiE3GY/v-deo.html

  • @omkale6541
    @omkale6541 7 місяців тому

    Great to hear sir, Kindly create few videos like email sentiment analysis using Azure openAI and .net core

  • @creneemugo94
    @creneemugo94 Рік тому +2

    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.

  • @guillermomazzari4983
    @guillermomazzari4983 Рік тому +2

    Thanks for sharing!

  • @LeMobsilia
    @LeMobsilia Рік тому +1

    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

  • @sanketparab1203
    @sanketparab1203 Рік тому +1

    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.
      ua-cam.com/video/nnZTRQiE3GY/v-deo.html
      Thanks for watching. Keep encouraging me.

  • @RuchitaMore-w1i
    @RuchitaMore-w1i Рік тому +1

    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)

  • @JellyohTTV
    @JellyohTTV Рік тому +1

    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!)

  • @deporesmartino1472
    @deporesmartino1472 Рік тому +1

    Do I have to pay fee while using Api of Open AI?

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      Hi, yes there few free API limit for new user, but after that need to pay.

  • @deadlyspider6917
    @deadlyspider6917 Рік тому +1

    Can you show similar video for auto correct sentence using Open AI. Thank you in advance

    • @BiswaRanjan
      @BiswaRanjan  Рік тому +1

      Hi @DeadlySpider6917,
      Sure, I will definitely create in very near future. 🙂

    • @deadlyspider6917
      @deadlyspider6917 Рік тому +1

      @@BiswaRanjan waiting for it please

    • @deadlyspider6917
      @deadlyspider6917 Рік тому +1

      @@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  Рік тому +1

      @@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 Рік тому +1

      @@BiswaRanjan thank you for your reply sir, waiting for the video ❤️❤️❤️

  • @koushikac1989
    @koushikac1989 Рік тому +1

    can you please help ,i am getting internal server error

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      It may occur if open AI key expired limit reach or no permission added.

  • @ra9386
    @ra9386 Рік тому +1

    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  Рік тому +1

      Hi, Please download the Source code from: shorturl.at/otuP1
      Thanks for watching, Keep watching, Keep learning, Keep exploring.

  • @mriman7676
    @mriman7676 Рік тому +1

    Amazing thanks 👍

  • @bytewings3378
    @bytewings3378 Рік тому

    How to integrate whisper with C# .NET. Can anyone help???

  • @MsHazik
    @MsHazik Рік тому

    Good Tutorial of consuming the Openai API in C#, but can you guide how to resolve the quota error message

    • @omkale6541
      @omkale6541 7 місяців тому

      You need pay for use initially they will give dollar as balance once utilized after you'll get this msg

  • @alishahab8964
    @alishahab8964 Рік тому +1

    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 Рік тому +1

      Can you make a tutorial for that? Please

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      Please check these videos
      ua-cam.com/video/Bfls6P7IaDE/v-deo.html
      ua-cam.com/video/NqncI8mmPUY/v-deo.html
      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

  • @muhammadmajid6670
    @muhammadmajid6670 Рік тому +1

    Thanks dear

    • @BiswaRanjan
      @BiswaRanjan  Рік тому

      Glad you like it.
      Keep watching, keep learning, keep exploring.

  • @Srisribaburao
    @Srisribaburao Рік тому

    Bhuji na padi

  • @softwareandart1744
    @softwareandart1744 Рік тому +1

    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  Рік тому +1

      Hi, it is very simple You exceeded your current quota. You need to pay for more search using API.

    • @softwareandart1744
      @softwareandart1744 Рік тому +1

      @@BiswaRanjan I created an account with a phone number that had not been connected to chat gpt before, and the problem was solved. thanks