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