Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
com.openai.unity 2.2.0
What's Changed
- #24 Added Fine Tuning window to train models right in the Unity Editor!
- Fixes issue when searching and loading .openai config in json format
- Immutable response objects
- Renamed
CreateFineTuneAsync
->CreateFineTuneJobAsync
- Renamed
CancelFineTuneJob
->CancelFineTuneJobAsync
- removed
OpenAI.Models.Permission.Created
- added
OpenAI.Models.Permission.CreatedAt
- added
OpenAI.Models.Permission.CreatedAtUnixTime
FineTuneJobResponse
is now internal but implicitly casted toFineTuneJob
- Changed
User-Agent
of library tocom.openai.unity
- Renamed
Choice.Logprobs
->Choice.LogProbabilities
- Renamed
OpenAI.Completions.Logprobs
->OpenAI.Completions.OpenAI.Completions
- Renamed
CompletionRequest
parameter names:max_tokens
->maxTokens
top_p
->topP
- Updated
CompletionRequest
to acceptIEnumerable<string>
values forprompts
andstopSequences
- Refactored all endpoints to use new response validation extension
- Added
CancellationToken
to most endpoints that had long running operations
Full Changelog: 2.1.0...2.2.0
com.openai.unity 2.1.0
What's Changed
- Added Fine Tuning endpoints #20
- Added Fines endpoints #21
- bumped version to 2.1.0
- Misc formatting and cleanup
Full Changelog: 2.0.0...2.1.0
com.openai.unity 2.0.0
What's Changed
- Modernized the API with the lastest from OpenAI
- Removed deprecated APIs
- Added new modern APIs
- Better Authentication support for Organizations
Full Changelog: 1.0.0...2.0.0
com.openai.unity 2.0.0-preview.6
What's Changed
- Adds organization parameters to authentication header requests by @StephenHodgson in #16
Full Changelog: 2.0.0-preview.5...2.0.0-preview.6
com.openai.unity 2.0.0-preview.5
What's Changed
- Fixes default moderation model by @StephenHodgson in #11
Full Changelog: 2.0.0-preview.4...2.0.0-preview.5
com.openai.unity 2.0.0-preview.1
What's Changed
- a36bef8 - fixed choice implicit string operator
- 0b55831 - fixed local scriptable object api settings
- 8f50cf3 - Enabled .net 8 async enumerable streaming endpoint
- d97f187 - added image generation api endpoint
Full Changelog: 1.0.0...2.0.0-preview.1
com.openai.unity 1.0.0
Initial release of com.openai.unity