Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
com.openai.unity 4.5.2
What's Changed
- Updated
SetResponseData
to better reflect the difference between OpenAI and Azure responses. - Updated
ProcessingTime
parsing from int to double
New Contributors
Full Changelog: 4.5.1...4.5.2
com.openai.unity 4.5.1
What's Changed
- Removed Obsolete from EditEndpoint as it has now been fixed by OpenAI
Full Changelog: 4.5.0...4.5.1
com.openai.unity 4.5.0
What's Changed
⚠️ BREAKING CHANGE: MarkedEditEndpoint
Obsolete as codex and edit models have been removed
Full Changelog: 4.4.3...4.5.0
com.openai.unity 4.4.3
What's Changed
- Fixed support for Azure Active Directory authentication for Azure OpenAI
- Updated docs
- Fixed some issues with Fine Tuning window when no apiKey is set
Full Changelog: 4.4.2...4.4.3
com.openai.unity 4.4.2
What's Changed
- updated dependencies
- fixed some issues with config settings not updating after inputting new values
- misc fixes and changes for dependencies
Full Changelog: 4.4.1...4.4.2
com.openai.unity 4.4.1
What's Changed
- Added
ImageEditRequest
overloads for optional mask parameter
Full Changelog: 4.4.0...4.4.1
com.openai.unity 4.4.0
What's Changed
- Updated docs for OpenAI-DotNet-Proxy
- Make a few classes sealed that are not meant to be extended
Full Changelog: 4.3.1...4.4.0
com.openai.unity 4.3.1
What's Changed
- Made a few classes sealed that are not meant to be extended
Full Changelog: 4.3.0...4.3.1
com.openai.unity 4.3.0
What's Changed
- added better support for OpenAI on Azure in configuration settings
- ensure event callbacks are raised on the unity main thread
- updated docs
- updated unit tests
Full Changelog: 4.2.1...4.3.0