Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
com.openai.unity 3.1.1
What's Changed
- refactored model validation
- added additional default models
- deprecate
OpenAIClient.DefaultModel
- closed #42 implement chat completion streaming
Full Changelog: 3.1.0...3.1.1
com.openai.unity 3.1.0
What's Changed
- adds
AudioEndpoint
to support Whisper Speech to Text- audio speech to text
- audio translation
- updated unit tests
Full Changelog: 3.0.3...3.1.0
com.openai.unity 3.0.3
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: 3.0.2...3.0.3
com.openai.unity 3.0.2
What's Changed
- Fixed #38 max token parameter not being properly assigned in constructor.
Full Changelog: 3.0.1...3.0.2
com.openai.unity 3.0.1
What's Changed
- Fixed missing icons
- Fixed chat parameters
- Removed spam logging leftover from testing
- Updated docs
Full Changelog: 3.0.0...3.0.1
com.openai.unity 3.0.0
What's Changed
- com.openai.unity 3.0.0 by @StephenHodgson in #36
- Added Chat endpoint
New Contributors
- @EvanCrabtree made their first contribution in #34
Full Changelog: 2.2.5...3.0.0
com.openai.unity 2.2.5
What's Changed
- Renamed
CreateImageVariationAsync
parameterimagePath
->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: 2.2.4...2.2.5
com.openai.unity 2.2.4
What's Changed
- support native texture image variations and edits
- texture's require the following import settings:
- no compression
- read/write enabled
- texture's require the following import settings:
- made image edit mask optional as long as main texture has transparency
- updated
AuthInfo
to validateapiKey
andorganizationId
a bit better - renamed
OPEN_AI_ORGANIZATION_ID
->OPENAI_ORGANIZATION_ID
- updated dependencies
- updated docs
Full Changelog: 2.2.3...2.2.4
com.openai.unity 2.2.3
What's Changed
- #31 added
OPEN_AI_ORGANIZATION_ID
environment variable - deprecated
Organization
useOrganizationId
instead
Full Changelog: 2.2.2...2.2.3
com.openai.unity 2.2.2
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: 2.2.1...2.2.2