generated from RageAgainstThePixel/upm-template
-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
fc23933
commit 3a5383a
Showing
213 changed files
with
11,955 additions
and
1,083 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
248 changes: 237 additions & 11 deletions
248
OpenAI/Packages/com.openai.unity/Documentation~/README.md
Large diffs are not rendered by default.
Oops, something went wrong.
214 changes: 57 additions & 157 deletions
214
OpenAI/Packages/com.openai.unity/Runtime/Assistants/AssistantExtensions.cs
Large diffs are not rendered by default.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
OpenAI/Packages/com.openai.unity/Runtime/Assistants/AssistantFileResponse.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
OpenAI/Packages/com.openai.unity/Runtime/Audio/SpeechVoice.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.