ChatGptNet icon indicating copy to clipboard operation
ChatGptNet copied to clipboard

A ChatGPT integration library for .NET, supporting both OpenAI and Azure OpenAI Service

Results 7 ChatGptNet issues
Sort by recently updated
recently updated
newest added

It is necessary to support the new properties `logprobs` options, as described at https://platform.openai.com/docs/api-reference/chat#chat-create-logprobs.

enhancement

It is necessary to add logging support to the library

enhancement

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

enhancement
help wanted