Skip to content

com.openai.unity 2.2.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 04 Feb 06:46
· 111 commits to upm since this release

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 to FineTuneJob
  • Changed User-Agent of library to com.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 accept IEnumerable<string> values for prompts and stopSequences
  • 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