ChatGPT.Net icon indicating copy to clipboard operation
ChatGPT.Net copied to clipboard

C# library for ChatGPT using official OpenAI API

Results 13 ChatGPT.Net issues
Sort by recently updated
recently updated
newest added

I am using code as below: ``` ChatGptOptions options = new ChatGptOptions() { BaseUrl = "https://api.openai.com", // The base URL for the OpenAI API Model = "gpt-3.5-turbo", // The specific...

My case is content summarization: I provide text and chatgpt to summarize it. How can define user message size limit for this particular prompt, ideally considering language of the user...

![image](https://user-images.githubusercontent.com/5199021/231729675-4d2870a2-0123-4e37-9a0a-c9fb267cbf69.png)

In the paid GPT4 version there is a file upload available to upload images. Is this possible with your impelementation?

Each HttpClient initialization will take up additional ports and will not immediately release itself when the program stops, leading to resource waste.

The Getting started usage example on the README page uses the prompt "What is the weather like today?" - which gives this response: `I'm sorry, but as an AI, I...

I have an account and pay for ChatGPT4 but if i put in the model as "gpt-4" as suggested in the API documents i get an invalid response

I had get 429 issue. Anyone can help me? private bool createChatGptObj() { bool success = false; try { _gptObj = new ChatGpt(_apiKey); _gptObj.SetConversations(new List() { new Net.DTO.ChatGPT.ChatGptConversation(), }); success...

We had an issue maintaining context correctly via the NuGet package. After some investigation it seems the chat gpt response side of the conversion was not being passed back in...

按照示例运行,出错了。 ![屏幕截图 2023-06-05 141006](https://github.com/PawanOsman/ChatGPT.Net/assets/127004390/697fa4cd-e02a-4906-9076-617fd4f5257c)