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

Consolidate sdk and openAiService variable name in Readme

**Describe the bug** I try to migrate from the normal API to the function call metho. But after the tool has been called, the stream does not return a result....

Hi, I solved a few issues around streaming: 1. Chat completion has a parameter to also return usage data. I think this should be added: https://github.com/betalgo/openai/compare/master...SebastianStehle:openai:streaming-fixes?expand=1#diff-7723ad521684e749392e631a6e44d0ce3f33cdae5c9af2466e7bc52428dd7c37R50 2. Chat completion and...

Adds support for the newly released Gpt_4_o_2024_05_13 model. Released on 4.13.24. As well as the Gpt_4_o model wich points to Gpt_4_o_2024_05_13.

gpt 4o support

Ready for next version

The library currently supports the json_mode return format, but two days ago, OpenAI released a new feature supporting [Structured Outputs](https://platform.openai.com/docs/guides/structured-outputs/structured-outputs). The current ChatCompletionCreateRequest is not compatible with this format, and...

I upgrade to the latest 8.6.1, from v7 . And instead of passing functions, I now have to pass in Tools. One of the benefits of tools, is that it...

**Describe the bug** When you install with nuget, the functions throw a assembly missing exception, in exception.innerException.innerException. Instaling the last version of System.ComponentModel.Annotations nuget the exception completly disappear **Your code...

question