How to integrate ChatGPT with C# and .NET Core #ChatGPT #OpenAI #DotNetCore



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: https://shorturl.at/otuP1

How To earn Money With Chat GPT, Earn money with AI: https://youtu.be/BRLRK77t2o4

#ChatGPT #OpenAI #DotNetCore

source

25 thoughts on “How to integrate ChatGPT with C# and .NET Core #ChatGPT #OpenAI #DotNetCore”

  1. 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.

  2. 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

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

  4. System.AggregateException: One or more errors occurred. (Error calling OpenAi API to get completion. HTTP status code: NotFound. Request body: {"model":"text-davinci-003","prompt":"string","max_tokens":4000,"stream":false})

    —> System.Net.Http.HttpRequestException: Error calling OpenAi API to get completion. HTTP status code: NotFound. Request body: {"model":"text-davinci-003","prompt":"string","max_tokens":4000,"stream":false}

    at OpenAI_API.CompletionEndpoint.CreateCompletionAsync(CompletionRequest request)

  5. 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

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top