ChatGPT_API_dotnet icon indicating copy to clipboard operation
ChatGPT_API_dotnet copied to clipboard

OpenAI, Azure OpenAI and OpenRouter Chat Completions (ChatGPT) .NET integration with DI, persistence and streaming support

Results 2 ChatGPT_API_dotnet issues
Sort by recently updated
recently updated
newest added

I have added a guard to the samples.Blazor project to check for a valid model and API key configuration. Unfortunately, I'm unable to create a pull request for this repo?

Hi There, love your work and this repo! Tried to use gpt-4-vision-preview but only got an exception: `var result = await client.GetChatCompletions(message, model: "gpt-4-vision-preview");` And I got: ![image](https://github.com/rodion-m/ChatGPT_API_dotnet/assets/1607849/93800ca2-f30a-4eb3-a7cd-756bf232f2bc) Thank you...