Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 7.3.0

02 Jan 14:45
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: 7.2.1...7.3.0

com.openai.unity 7.2.1

23 Dec 20:23
Compare
Choose a tag to compare

What's Changed

  • fix ImageResult.CachedPath calculation

Full Changelog: 7.2.0...7.2.1

com.openai.unity 7.2.0

22 Dec 19:55
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 7.1.4...7.2.0

com.openai.unity 7.1.4

20 Dec 22:27
Compare
Choose a tag to compare

What's Changed

  • 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

Full Changelog: 7.1.3...7.1.4

com.openai.unity 7.1.3

17 Dec 16:04
Compare
Choose a tag to compare

What's Changed

  • Fixed dictionary metadata deserialization for AOT platforms

Full Changelog: 7.1.2...7.1.3

com.openai.unity 7.1.2

16 Dec 15:41
Compare
Choose a tag to compare

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

14 Dec 14:50
Compare
Choose a tag to compare

What's Changed

  • fixed menu item name

Full Changelog: 7.1.0...7.1.1

com.openai.unity 7.1.0

14 Dec 00:20
Compare
Choose a tag to compare

What's Changed

  • Refactor ImagesEndpoint
    • Changed all endpoint signatures to IReadOnlyList<ImageResult>
  • 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

10 Dec 22:43
Compare
Choose a tag to compare

What's Changed

  • Fixed OpenAISettings configuration lookup

Full Changelog: 7.0.4...7.0.5

com.openai.unity 7.0.4

10 Dec 22:13
Compare
Choose a tag to compare

What's Changed

  • Updated docs

Full Changelog: 7.0.3...7.0.4