Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
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
com.openai.unity 2.2.1
What's Changed
- Show an error helpbox in training window if no api key is set
- Update the default training base model
Full Changelog: 2.2.0...2.2.1
com.openai.unity 2.2.0
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 toFineTuneJob
- Changed
User-Agent
of library tocom.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 acceptIEnumerable<string>
values forprompts
andstopSequences
- 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
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
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
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