-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
com.openai.unity 8.4.0 #303
Conversation
- add realtime support - added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime model convenience properties - added Assistant and Realtime sample scenes
Amazing! Testing out now. |
Still a WIP! nothing really hooked up just yet |
Ahh, no worries. Thanks of the heads up :) Just ping me when alpha testing opens up :) |
hmm tried realtime sample |
should websockets be used instead of rest? |
Sample scenes have not been updated yet. |
Hey @StephenHodgson, do you have an ETA for a first alpha/beta of this API? |
@Bodekaer been a little backed up with client work. Not really sure I have ETA right now. |
cleanup
- fixed invoking functions, and disabled strict for function attribute types
update wav
cleanup and refactor
- 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
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