Releases: RageAgainstThePixel/com.openai.unity
Releases · RageAgainstThePixel/com.openai.unity
com.openai.unity 7.1.2
What's Changed
- attempt to fix some serialization errors
- fixed some unit tests
Full Changelog: 7.1.1...7.1.2
com.openai.unity 7.1.1
com.openai.unity 7.1.0
What's Changed
- Refactor ImagesEndpoint
- Changed all endpoint signatures to
IReadOnlyList<ImageResult>
- Changed all endpoint signatures to
- Fix Text To Speech generation for webgl
- Updated Chat sample with image generation capabilities
Full Changelog: 7.0.5...7.1.0
com.openai.unity 7.0.5
com.openai.unity 7.0.4
com.openai.unity 7.0.3
com.openai.unity 7.0.2
What's Changed
- Fixed missing Threads.Message.Content.ImageFile property.
- Marked OpenAI.Completions Obsolete
Full Changelog: 7.0.1...7.0.2
com.openai.unity 7.0.1
What's Changed
- Fixed AssistantExtension.UploadFileAsync spelling error with file purpose.
Full Changelog: 7.0.0...7.0.1
com.openai.unity 7.0.0
com.openai.unity 6.0.0
What's Changed
- Updated FilesEndpoint.ListFilesAsync with optional purpose filter query parameter
- Refactored list responses with a more generic ListQuery and ListResponse pattern
- EventList -> ListResponse
- FineTuneJobList -> ListResponse
- Standardized names for timestamps to have suffix: UnixTimeSeconds
- Standardized response class names (existing classes depreciated)
- FileData -> FileResponse
- CompletionResult -> CompletonResponse
- Event -> EventResponse
- FineTuneJob -> FineTuneJobResponse
- Added detail parameter to ImageURL
- Added GetModerationChunkedAsync method in ModerationsEndpoint
- Fixed streaming function tool serialization
- Fixed multiple function tool usages
- Added additional implicit operators for Chat.Content
- Added warnings to default auth and setting constructors to improve init speed
- Updated authentication
- Updated unit tests
- Updated docs
Full Changelog: 5.2.3...6.0.0