com.openai.unity

A Non-Official OpenAI Rest Client for Unity (UPM)

MIT License

Stars
455
Committers
4

Bot releases are hidden (Show)

com.openai.unity - com.openai.unity 3.0.0

Published by StephenHodgson over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.2.5...3.0.0

com.openai.unity - com.openai.unity 2.2.5

Published by StephenHodgson over 1 year ago

What's Changed

  • Renamed CreateImageVariationAsync parameter imagePath -> texture
  • Add param description in the documentation that the texture should
    have read/write enabled and compression set to none.
  • Updated docs with Texture2D example

Special thanks to @EvanCrabtree for submitting these changes.

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.2.4...2.2.5

com.openai.unity - com.openai.unity 2.2.4

Published by StephenHodgson over 1 year ago

What's Changed

  • support native texture image variations and edits
    • texture's require the following import settings:
      • no compression
      • read/write enabled
  • made image edit mask optional as long as main texture has transparency
  • updated AuthInfo to validate apiKey and organizationId a bit better
  • renamed OPEN_AI_ORGANIZATION_ID -> OPENAI_ORGANIZATION_ID
  • updated dependencies
  • updated docs

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.2.3...2.2.4

com.openai.unity - com.openai.unity 2.2.3

Published by StephenHodgson over 1 year ago

What's Changed

  • #31 added OPEN_AI_ORGANIZATION_ID environment variable
  • deprecated Organization use OrganizationId instead

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.2.2...2.2.3

com.openai.unity - com.openai.unity 2.2.2

Published by StephenHodgson over 1 year ago

What's Changed

  • #29 Added OpenAIConfigurationSettings input field validation
  • Renamed OpenAIConfigurationSettings.Organization ->
    OpenAIConfigurationSettings.OrganizationId
  • Added changelog and documentation links in package.json
  • Updated Readme and docs
  • Updated some tests

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.2.1...2.2.2

com.openai.unity - com.openai.unity 2.2.1

Published by StephenHodgson over 1 year ago

What's Changed

  • Show an error helpbox in training window if no api key is set
  • Update the default training base model

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.2.0...2.2.1

com.openai.unity - com.openai.unity 2.2.0

Published by StephenHodgson over 1 year ago

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: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.1.0...2.2.0

com.openai.unity - com.openai.unity 2.1.0

Published by StephenHodgson over 1 year ago

What's Changed

  • Added Fine Tuning endpoints #20
  • Added Fines endpoints #21
  • bumped version to 2.1.0
  • Misc formatting and cleanup

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.0.0...2.1.0

com.openai.unity - com.openai.unity 2.0.0

Published by StephenHodgson over 1 year ago

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: https://github.com/RageAgainstThePixel/com.openai.unity/compare/1.0.0...2.0.0

com.openai.unity - com.openai.unity 2.0.0-preview.6

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/2.0.0-preview.5...2.0.0-preview.6

com.openai.unity - com.openai.unity 2.0.0-preview.5

Published by StephenHodgson over 1 year ago

com.openai.unity - com.openai.unity 2.0.0-preview.1

Published by StephenHodgson over 1 year ago

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: https://github.com/RageAgainstThePixel/com.openai.unity/compare/1.0.0...2.0.0-preview.1

com.openai.unity - com.openai.unity 1.0.0

Published by StephenHodgson over 1 year ago

Initial release of com.openai.unity

com.openai.unity - 1.0.0-preview.1

Published by StephenHodgson over 1 year ago

Badges
Extracted from project README
Discord openupm openupm NuGet version (OpenAI-DotNet-Proxy)