Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 8.6.0

17 Feb 02:10
Compare
Choose a tag to compare

What's Changed

  • Deprecated OpenAI.Realtime.Options
  • Added OpenAI.Realtime.SessionConfiguration to specify the options of the RealtimeSession when creating a new session
  • Added OpenAI.Realtime.RealtimeResponseCreateParams to specify the options of the CreateResponseRequest
  • Added VoiceActivityDetectionSettingsConverter to better handle disabled voice activity detection
  • Added VoiceActivityDetectionSettings.CreateResponse property
  • Fixed ResponseAudioResponse.AudioSamples playback sampling rate
  • Fixed an issue downloading b_64 string encoded images on unix platforms

Full Changelog: 8.5.4...8.6.0

com.openai.unity 8.5.4

31 Jan 20:50
Compare
Choose a tag to compare

What's Changed

  • Update ChatRequest to support o3 series reasoning models

Full Changelog: 8.5.3...8.5.4

com.openai.unity 8.5.3

28 Jan 14:37
Compare
Choose a tag to compare

What's Changed

  • fix Chat.Role enum serialization

Full Changelog: 8.5.1...8.5.3

com.openai.unity 8.5.1

26 Jan 16:45
Compare
Choose a tag to compare

What's Changed

  • Fix ChatRequest serialization for ReasoningEffort

Full Changelog: 8.5.0...8.5.1

com.openai.unity 8.5.0

25 Jan 17:55
Compare
Choose a tag to compare

What's Changed

  • Added Role.Developer for reasoning model messages
  • Added reasoning effort parameter for o1 series models in ChatRequest
  • Fix possible misinterpretation of function parameter types in function calls

Full Changelog: 8.4.5...8.5.0

com.openai.unity 8.4.5

19 Jan 18:38
Compare
Choose a tag to compare

What's New

  • Fix http/https protocol in client settings
  • Fix audio modality support in chat streaming completions
  • Fix assistant samples
    • Fix microphone sampling rates
    • Fix playback sampling rates

Full Changelog: 8.4.4...8.4.5

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