Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 2.2.0

04 Feb 06:46
Compare
Choose a tag to compare

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

com.openai.unity 2.1.0

28 Jan 03:36
Compare
Choose a tag to compare

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

24 Jan 17:52
Compare
Choose a tag to compare

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

20 Jan 17:54
Compare
Choose a tag to compare
Pre-release

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

20 Jan 16:07
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 2.0.0-preview.4...2.0.0-preview.5

com.openai.unity 2.0.0-preview.1

20 Jan 15:54
Compare
Choose a tag to compare
Pre-release

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

20 Jan 15:48
Compare
Choose a tag to compare

Initial release of com.openai.unity

1.0.0-preview.1

20 Jan 15:44
Compare
Choose a tag to compare