openai icon indicating copy to clipboard operation
openai copied to clipboard

OpenAI .NET sdk - Azure OpenAI, ChatGPT, Whisper, and DALL-E

Results 37 openai issues
Sort by recently updated
recently updated
newest added

[Here](https://platform.openai.com/docs/api-reference/chat/object) noted that created at has format of unix timestamp in seconds Also to convert DateTimeOffset to unit time seconds C# uses long type(see [ToUnixTimeSeconds](https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset.tounixtimeseconds?view=net-8.0)). So it seems to be...

This new functionality to generate prompts that is available today. To achieve a similar and possible result today would it only be with a specific input prompt? ![image](https://github.com/user-attachments/assets/37a117c5-4314-4343-bf52-83a6784dcd03)

Openai Api has added prompt caching : https://openai.com/index/api-prompt-caching/ This has added new property to the usage response returned this contain the number of tokens that where retrieved from the cache....

We have a Blazor Maui Hybrid app that's currently running on Windows, macOS, iOS, and Android. When making a call to `OpenAIService.CreateCompletionAsStream()` on an iOS device, the following exception occurs:...

bug
question

OpenAI revealed a new realtime model accessible via API if no one is adding this feature I would be happy to implement it! More details: https://platform.openai.com/docs/guides/realtime

Work In Progress

**Describe the bug** Uploading a file with the purpose set to “batch” using Azure OpenAI is failing. **Code** ``` var openAiService = new OpenAIService(new OpenAiOptions() { ApiKey = "{apiKey}", ProviderType...

bug
Work In Progress

**Is your feature request related to a problem? Please describe.** We're using both this library as well as Semantic Kernel. In a recent version, they added a dependency on the...

To Be Decided Later