ChatGptNet
ChatGptNet copied to clipboard
A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service
It is necessary to support the new properties `logprobs` options, as described at https://platform.openai.com/docs/api-reference/chat#chat-create-logprobs.
Support for token usage, stream usage. Thank you!
With .NET 9, Guid struct obtained a new method called: CreateVersion7(). By using conditional compilation we can specify that on .NET 6, .NET 7 and .NET 8, only Guid.NewGuid() can...
Since the HybridCache library is officially stable, I wanted to suggest an upgrade for the IChatGptCache interface. The IChatGptBuilder would be useful to add extensions methods and use the fluent...
In ChatGPT app, they added a support to image uploading and vocal messages. Actually i don't know if the endpoints that allows image and audio messages uploading but is it...