-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenAI-DotNet 8.4.0 #375
OpenAI-DotNet 8.4.0 #375
Conversation
- Add realtime support - Added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime model convenience properties
When will OpenAI-DotNet 8.4.0 be available for download? |
When this pull request is merged. Still has a long way to go. Need to port the changes over from my unity package. |
Thank you for your work, very cool! I tried to build the project with changes, it seems I got a .dll file, but after replacing the files I did not notice any changes. Can I help with something? Thank you! |
No changes in this repo yet. I still need to port them from RageAgainstThePixel/com.openai.unity#303 |
added websocket proxy support
o1
,o1-mini
,gpt-4o-mini
, andgpt-4o-realtime
,gpt-4o-audio
model convenience propertiesstrict
for built inFunctionAttribute
defined toolsFunctionAttribute
tool generated names so they aren't too longTools
andToolCalls
. There is more of a distinction now inChatResponses
SpeechRequest
, and deprecatedSpeechVoice
enum in favor of newVoice
classOpenAI.Chat
to support new audio modalities and output audio