Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
com.openai.unity 5.2.3
What's Changed
- switched audio encoding from wav to ogg
- changed Audio.TranscriptionRequest.Temperature int? -> float?
Full Changelog: 5.2.2...5.2.3
com.openai.unity 5.2.2
com.openai.unity 5.2.1
What's Changed
- Removed dynamic types in favor of object to fix crashing on il2cpp
- Added additional Preserve attributes and constructors to stripped types
- Changed tts clip download cache location
- Updated chat samples package with tts voice of assistant
- Added ability to reference a Texture2D object for vision requests
- Updated docs
Full Changelog: 5.2.0...5.2.1
com.openai.unity 5.2.0
What's Changed
- Updated chat endpoint features
- json mode
- gpt-vision
- reproducible outputs
- tool functions
Full Changelog: 5.1.3...5.2.0
com.openai.unity 5.1.3
What's Changed
- Fix Image Generation result local cache file path (for real!)
Full Changelog: 5.1.2...5.1.3
com.openai.unity 5.1.2
com.openai.unity 5.1.1
What's Changed
- mark some image endpoint functions obsolete in favor of image request types
- updated docs
Full Changelog: 5.1.0...5.1.1
com.openai.unity 5.1.0
What's Changed
- Added Text To Speech Endpoint
- Added Model parameters to Image endpoints
- Support for Dalle 3
- Convert Fine Tuning endpoint to latest
- Usually I make an effort to make the least breaking changes as possible, but this is a complete overhaul. If you were using this feature in any capacity before, you'll need to delete whatever you have and start over.
- Moved fine tuning dashboard from
OpenAI/Fine Tuning
->Window/Dashboard/OpenAI/Fine Tuning
- Added
EnableDebug
property to all endpoints, which will toggle printing the api call details to the log console- Warning! Improperly enabling this in production environment may leak your api keys unless running proxy service!
- Removed
Model
check for all requests, api will now tell you if model can be used or not on specific endpoints - Removed
Obsolete
members - Marked EditEndpoint obsolete
Full Changelog: 5.0.11...5.1.0
com.openai.unity 5.0.11
What's Changed
- updated rest package to fix incomplete chat stream data responses
Full Changelog: 5.0.10...5.0.11
com.openai.unity 5.0.10
What's Changed
- added Preserve to all json serialized objects to fix overzealous Unity code stripping
- fixed processing time string culture conversion when parsing double
- updated deps
Full Changelog: 5.0.9...5.0.10