Skip to content

OpenAI-DotNet 8.4.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 15 Nov 03:46
· 3 commits to main since this release
0d4ee48

What's Changed

  • OpenAI-DotNet 8.4.0 by @StephenHodgson in #375
    • Add realtime support
    • Added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime, gpt-4o-audio model convenience properties
    • Fixed some bugs with function invocations
    • Fixed strict for built in FunctionAttribute defined tools
    • Fixed FunctionAttribute tool generated names so they aren't too long
    • Refactored Tools and ToolCalls. There is more of a distinction now in ChatResponses
    • Refactored SpeechRequest, and deprecated SpeechVoice enum in favor of new Voice class
    • Refactored OpenAI.Chat to support new audio modalities and output audio

Full Changelog: v8.3.0...v8.4.0