ChatGPT_API_dotnet
ChatGPT_API_dotnet copied to clipboard
OpenAI, Azure OpenAI and OpenRouter Chat Completions (ChatGPT) .NET integration with DI, persistence and streaming support
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:  Thank you...