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 4.5.2

Published by StephenHodgson over 1 year ago

What's Changed

  • Updated SetResponseData to better reflect the difference between OpenAI and Azure responses.
  • Updated ProcessingTime parsing from int to double

New Contributors

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.5.1...4.5.2

com.openai.unity - com.openai.unity 4.5.1

Published by StephenHodgson over 1 year ago

What's Changed

  • Removed Obsolete from EditEndpoint as it has now been fixed by OpenAI

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.5.0...4.5.1

com.openai.unity - com.openai.unity 4.5.0

Published by StephenHodgson over 1 year ago

What's Changed

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.4.3...4.5.0

com.openai.unity - com.openai.unity 4.4.3

Published by StephenHodgson over 1 year ago

What's Changed

  • Fixed support for Azure Active Directory authentication for Azure OpenAI
  • Updated docs
  • Fixed some issues with Fine Tuning window when no apiKey is set

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.4.2...4.4.3

com.openai.unity - com.openai.unity 4.4.2

Published by StephenHodgson over 1 year ago

What's Changed

  • updated dependencies
  • fixed some issues with config settings not updating after inputting new values
  • misc fixes and changes for dependencies

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.4.1...4.4.2

com.openai.unity - com.openai.unity 4.4.1

Published by StephenHodgson over 1 year ago

What's Changed

  • Added ImageEditRequest overloads for optional mask parameter

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.4.0...4.4.1

com.openai.unity - com.openai.unity 4.4.0

Published by StephenHodgson over 1 year ago

What's Changed

  • Updated docs for OpenAI-DotNet-Proxy
  • Make a few classes sealed that are not meant to be extended

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.3.1...4.4.0

com.openai.unity - com.openai.unity 4.3.1

Published by StephenHodgson over 1 year ago

What's Changed

  • Made a few classes sealed that are not meant to be extended

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.3.0...4.3.1

com.openai.unity - com.openai.unity 4.3.0

Published by StephenHodgson over 1 year ago

What's Changed

  • added better support for OpenAI on Azure in configuration settings
  • ensure event callbacks are raised on the unity main thread
  • updated docs
  • updated unit tests

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.2.1...4.3.0

com.openai.unity - com.openai.unity 4.2.1

Published by StephenHodgson over 1 year ago

What's Changed

  • Fixed apikey requiring sk- prefix with Azure OpenAI

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.2.0...4.2.1

com.openai.unity - com.openai.unity 4.2.0

Published by StephenHodgson over 1 year ago

What's Changed

  • 🔥 4.2.0 blaze it by @StephenHodgson in #50
  • Added support for
    OpenAI-DotNet-Proxy
  • Added support for custom domains
  • Minor refactoring
  • Updated docs

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.1.0...4.2.0

com.openai.unity - com.openai.unity 4.1.0

Published by StephenHodgson over 1 year ago

What's Changed

  • Added support for gpt-4 models

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/4.0.0...4.1.0

com.openai.unity - com.openai.unity 4.0.0

Published by StephenHodgson over 1 year ago

What's Changed

  • Added support for Azure OpenAI

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.1.3...4.0.0

com.openai.unity - com.openai.unity 3.1.3

Published by StephenHodgson over 1 year ago

What's Changed

  • Fixed an issue when attempting to delete fine tuned model owned by personal account

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.1.2...3.1.3

com.openai.unity - com.openai.unity 3.1.2

Published by StephenHodgson over 1 year ago

What's Changed

  • updated dependencies
  • updated docs
  • updated unit tests

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.1.1...3.1.2

com.openai.unity - com.openai.unity 3.1.1

Published by StephenHodgson over 1 year ago

What's Changed

  • refactored model validation
  • added additional default models
  • deprecate OpenAIClient.DefaultModel
  • closed #42 implement chat completion streaming

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.1.0...3.1.1

com.openai.unity - com.openai.unity 3.1.0

Published by StephenHodgson over 1 year ago

What's Changed

  • adds AudioEndpoint to support Whisper Speech to Text
    • audio speech to text
    • audio translation
  • updated unit tests

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.0.3...3.1.0

com.openai.unity - com.openai.unity 3.0.3

Published by StephenHodgson over 1 year ago

What's Changed

  • Added support for multiple inputs in EmbeddingsRequest
  • Added better model validation in all endpoints
  • Added missing LogitBias to chat request

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.0.2...3.0.3

com.openai.unity - com.openai.unity 3.0.2

Published by StephenHodgson over 1 year ago

What's Changed

  • Fixed #38 max token parameter not being properly assigned in constructor.

Full Changelog: https://github.com/RageAgainstThePixel/com.openai.unity/compare/3.0.1...3.0.2

com.openai.unity - com.openai.unity 3.0.1

Published by StephenHodgson over 1 year ago

What's Changed

  • Fixed missing icons
  • Fixed chat parameters
  • Removed spam logging leftover from testing
  • Updated docs

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

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