How to integrate ChatGPT with C# and .NET Core

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

ความคิดเห็น • 50

  • @sharmajiNaveen
    @sharmajiNaveen 8 หลายเดือนก่อน +1

    great explaind 👍🏻

  • @abinassamal7485
    @abinassamal7485 ปีที่แล้ว +6

    Very helpful session..

    • @BiswaRanjan
      @BiswaRanjan  ปีที่แล้ว

      Thank you. keep watching

  • @mayurkawade8099
    @mayurkawade8099 หลายเดือนก่อน

    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

  • @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!

    • @BiswaRanjan
      @BiswaRanjan  ปีที่แล้ว +1

      Welcome, thank you for watching

  • @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.
      th-cam.com/video/NqncI8mmPUY/w-d-xo.html
      th-cam.com/video/Bfls6P7IaDE/w-d-xo.html
      th-cam.com/video/nnZTRQiE3GY/w-d-xo.html

  • @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."

  • @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

  • @omkale6541
    @omkale6541 7 หลายเดือนก่อน

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

  • @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 ❤️❤️❤️

  • @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)

  • @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.

  • @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.
      th-cam.com/video/nnZTRQiE3GY/w-d-xo.html
      Thanks for watching. Keep encouraging me.

  • @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.

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

  • @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.

  • @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

  • @muhammadmajid6670
    @muhammadmajid6670 ปีที่แล้ว +1

    Thanks dear

    • @BiswaRanjan
      @BiswaRanjan  ปีที่แล้ว

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

  • @mriman7676
    @mriman7676 ปีที่แล้ว +1

    Amazing thanks 👍

  • @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
      th-cam.com/video/Bfls6P7IaDE/w-d-xo.html
      th-cam.com/video/NqncI8mmPUY/w-d-xo.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

  • @bytewings3378
    @bytewings3378 ปีที่แล้ว

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

  • @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