Skip to content

Tags: UXVirtual/com.openai.unity

Tags

7.3.2

Toggle 7.3.2's commit message
com.openai.unity 7.3.2 (RageAgainstThePixel#165)

- Fixed parameter name in Threads.CreateMessageRequest
- Added Stream overload to Threads.FileUploadRequest

7.3.1

Toggle 7.3.1's commit message
com.openai.unity 7.3.1 (RageAgainstThePixel#163)

- Include Output in Threads.FunctionCall
- Refactor OpenAI Dashboard

7.3.0

Toggle 7.3.0's commit message
com.openai.unity 7.3.0 (RageAgainstThePixel#160)

- added OpenAI.Chat top log prob parameters
- com.utilities.rest -> 2.4.5
- com.utilities.encoder.wav -> 1.1.4
- com.utilities.encoder.ogg -> 3.1.2
- updated workflows
- updated tests
- updated editor 2022.3.16 LTS

7.2.1

Toggle 7.2.1's commit message
com.openai.unity 7.2.1 (RageAgainstThePixel#156)

- fix ImageResult.CacheedPath calculation

7.2.0

Toggle 7.2.0's commit message
com.openai.unity 7.2.0 (RageAgainstThePixel#155)

- Reverted Audio.Transcription encoding back to wav
- Added transcription input to chat sample scene

7.1.4

Toggle 7.1.4's commit message
com.openai.unity 7.1.4 (RageAgainstThePixel#154)

- removed EmptyToNullStringContractResolver from global json serialization settings
- updated Chat.Message.CopyFrom content check from string.IsNullOrEmpty to null check
- updated Chat.Message.CopyFrom to directly assign content backing field

7.1.3

Toggle 7.1.3's commit message
com.openai.unity 7.1.3 (RageAgainstThePixel#152)

- Fixed dictionary metadata deserialization for AOT platforms

7.1.2

Toggle 7.1.2's commit message
com.openai.unity 7.1.2 (RageAgainstThePixel#151)

- attempt to fix some serialization errors
- fixed some unit tests

7.1.1

Toggle 7.1.1's commit message
com.openai.unity 7.1.1 (RageAgainstThePixel#148)

- fixed menu item name

7.1.0

Toggle 7.1.0's commit message
com.openai.unity 7.1.0 (RageAgainstThePixel#146)

- Refactor ImagesEndpoint
  - Changed all endpoint signatures to `IReadOnlyList<ImageResult>`
- Fix Text To Speech generation for webgl
- Updated Chat sample with image generation capabilities