Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
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
com.openai.unity 5.0.9
What's Changed
- Fixed Model delete permission Unauthorized Access check
Full Changelog: 5.0.8...5.0.9
com.openai.unity 5.0.8
What's Changed
- Fixed AudioTranscriptionRequest.Temperature type. int? -> float?
- Updated Moderations Categories and Scores with new metrics
Full Changelog: 5.0.7...5.0.8
com.openai.unity 5.0.7
com.openai.unity 5.0.6
com.openai.unity 5.0.5
What's Changed
- Fixed Message.Content serialization in Role.Function message history
First time contributor
Full Changelog: 5.0.4...5.0.5