Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
com.openai.unity 7.3.0
What's Changed
- added OpenAI.Chat top log prob parameters
- com.utilities.rest -> 2.4.5
- com.utilities.encoder.wav -> 1.1.4
- com.utilities.encoder.ogg -> 3.1.2
- updated workflows
- updated tests
- updated editor 2022.3.16 LTS
Full Changelog: 7.2.1...7.3.0
com.openai.unity 7.2.1
com.openai.unity 7.2.0
What's Changed
- Reverted Audio.Transcription encoding back to wav
- Added transcription input to chat sample scene
Full Changelog: 7.1.4...7.2.0
com.openai.unity 7.1.4
What's Changed
- removed EmptyToNullStringContractResolver from global json serialization settings
- updated Chat.Message.CopyFrom content check from string.IsNullOrEmpty to null check
- updated Chat.Message.CopyFrom to directly assign content backing field
Full Changelog: 7.1.3...7.1.4
com.openai.unity 7.1.3
What's Changed
- Fixed dictionary metadata deserialization for AOT platforms
Full Changelog: 7.1.2...7.1.3
com.openai.unity 7.1.2
What's Changed
- attempt to fix some serialization errors
- fixed some unit tests
Full Changelog: 7.1.1...7.1.2
com.openai.unity 7.1.1
com.openai.unity 7.1.0
What's Changed
- Refactor ImagesEndpoint
- Changed all endpoint signatures to
IReadOnlyList<ImageResult>
- Changed all endpoint signatures to
- Fix Text To Speech generation for webgl
- Updated Chat sample with image generation capabilities
Full Changelog: 7.0.5...7.1.0