Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 8.4.4

25 Nov 14:56
Compare
Choose a tag to compare

What's Changed

  • refactored AudioEndpoint speech requests
    • added AudioEndpoint.GetSpeechAsync
    • deprecated AudioEndpoint.CreateSpeechAsync
    • deprecated AudioEndpoint.CreateSpeechStreamAsync
  • added SpeechClip response
  • added Realtime.ResponseAudioResponse.AudioSamples
  • updated all sample scenes with new OnAudioFilterRead examples for better playback
  • updated unit tests

Full Changelog: 8.4.3...8.4.4

com.openai.unity 8.4.3

20 Nov 19:49
Compare
Choose a tag to compare

What's Changed

  • fixed docs
  • fixed missing samples

Full Changelog: 8.4.2...8.4.3

com.openai.unity 8.4.2

15 Nov 18:10
Compare
Choose a tag to compare

What's Changed

  • fix improper usage in AudioConfig

Full Changelog: 8.4.1...8.4.2

com.openai.unity 8.4.1

15 Nov 17:30
Compare
Choose a tag to compare

What's Changed

  • Fix ChatRequest serialization for Azure OpenAI

Full Changelog: 8.4.0...8.4.1

com.openai.unity 8.4.0

15 Nov 03:48
Compare
Choose a tag to compare

What's Changed

  • Add realtime support
  • Added o1, o1-mini, gpt-4o-mini, and gpt-4o-realtime, gpt-4o-audio model convenience properties
  • Fixed some bugs with function invocations
  • Fixed strict for built in FunctionAttribute defined tools
  • Fixed FunctionAttribute tool generated names so they aren't too long
  • Refactored Tools and ToolCalls. There is more of a distinction now in ChatResponses
  • Refactored SpeechRequest, and deprecated SpeechVoice enum in favor of new Voice class
  • Refactored OpenAI.Chat to support new audio modalities and output audio

Full Changelog: 8.3.0...8.4.0

com.openai.unity 8.3.0

19 Sep 21:26
Compare
Choose a tag to compare

What's Changed

  • Refactored TypeExtensions and JsonSchema generation
    • Improved JsonSchema generation for enums and dictionaries
    • Ensured JsonSchema properly handles nullable types
  • Ensure that function args are not re-serialized and passed back into tool function for future calls

Full Changelog: 8.2.5...8.3.0

com.openai.unity 8.2.5

14 Sep 21:32
Compare
Choose a tag to compare

What's Changed

  • Fixed ResponseObjectFormat deserialization when maxNumberOfResults is null

Full Changelog: 8.2.4...8.2.5

com.openai.unity 8.2.4

14 Sep 17:34
Compare
Choose a tag to compare

What's Changed

  • Fixed ResponseObjectFormat deserialization when set to auto
  • Added RankingOptions to FileSearchOptions
  • Fixed potential memory leaks when uploading files to various endpoints
  • Added timestamp values to BaseResponse to calculate rate limits @RealStillkill

Full Changelog: 8.2.3...8.2.4

com.openai.unity 8.2.3

19 Aug 21:30
Compare
Choose a tag to compare

What's Changed

  • bump release version

Full Changelog: 8.2.1...8.2.3

com.openai.unity 8.2.2

19 Aug 19:32
Compare
Choose a tag to compare

What's Changed

  • Added generic parameters to methods that support structured output

Full Changelog: 8.2.1...8.2.2