Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 7.3.5

06 Feb 03:49
Compare
Choose a tag to compare

What's Changed

  • Updated api key prefix checks to only be enforced for OpenAI domain
  • Fixed file name collisions when generating speech clips in parallel

Full Changelog: 7.3.4...7.3.5

com.openai.unity 7.3.4

29 Jan 03:52
Compare
Choose a tag to compare

What's Changed

  • removed obsolete completions and edit endpoints
  • removed com.utilities.encoder.ogg
  • updated com.utilities.rest -> 2.5.1
  • updated docs

Full Changelog: 7.3.3...7.3.4

com.openai.unity 7.3.3

26 Jan 04:58
Compare
Choose a tag to compare

What's Changed

  • Added new Embedding Models
    • Added Model.Dimensions property
  • Added Threads.Run and Threads.RunStep Usage properties
  • Added CodeInterpreter Outputs to RunStepDetails.ToolCalls
  • Added Retrieval Outputs to RunStepDetails.ToolCalls

Full Changelog: 7.3.2...7.3.3

com.openai.unity 7.3.2

14 Jan 16:02
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 7.3.1...7.3.2

com.openai.unity 7.3.1

06 Jan 15:55
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.3.0...7.3.1

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