OpenAI-DotNet 8.4.0
What's Changed
- OpenAI-DotNet 8.4.0 by @StephenHodgson in #375
- Add realtime support
- Added
o1
,o1-mini
,gpt-4o-mini
, andgpt-4o-realtime
,gpt-4o-audio
model convenience properties - Fixed some bugs with function invocations
- Fixed
strict
for built inFunctionAttribute
defined tools - Fixed
FunctionAttribute
tool generated names so they aren't too long - Refactored
Tools
andToolCalls
. There is more of a distinction now inChatResponses
- Refactored
SpeechRequest
, and deprecatedSpeechVoice
enum in favor of newVoice
class - Refactored
OpenAI.Chat
to support new audio modalities and output audio
Full Changelog: v8.3.0...v8.4.0