Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 5.2.3

24 Nov 21:27
Compare
Choose a tag to compare

What's Changed

  • switched audio encoding from wav to ogg
  • changed Audio.TranscriptionRequest.Temperature int? -> float?

Full Changelog: 5.2.2...5.2.3

com.openai.unity 5.2.2

10 Nov 14:32
Compare
Choose a tag to compare

What's Changed

  • Fixed Image Generation for Azure

Full Changelog: 5.2.1...5.2.2

com.openai.unity 5.2.1

10 Nov 05:04
Compare
Choose a tag to compare

What's Changed

  • Removed dynamic types in favor of object to fix crashing on il2cpp
  • Added additional Preserve attributes and constructors to stripped types
  • Changed tts clip download cache location
  • Updated chat samples package with tts voice of assistant
  • Added ability to reference a Texture2D object for vision requests
  • Updated docs

Full Changelog: 5.2.0...5.2.1

com.openai.unity 5.2.0

09 Nov 04:17
Compare
Choose a tag to compare

What's Changed

  • Updated chat endpoint features
    • json mode
    • gpt-vision
    • reproducible outputs
    • tool functions

Full Changelog: 5.1.3...5.2.0

com.openai.unity 5.1.3

08 Nov 21:26
Compare
Choose a tag to compare

What's Changed

  • Fix Image Generation result local cache file path (for real!)

Full Changelog: 5.1.2...5.1.3

com.openai.unity 5.1.2

08 Nov 21:13
Compare
Choose a tag to compare

What's Changed

  • Fix Image Generation result local cache file path

Full Changelog: 5.1.1...5.1.2

com.openai.unity 5.1.1

07 Nov 17:01
Compare
Choose a tag to compare

What's Changed

  • mark some image endpoint functions obsolete in favor of image request types
  • updated docs

Full Changelog: 5.1.0...5.1.1

com.openai.unity 5.1.0

07 Nov 07:23
Compare
Choose a tag to compare

What's Changed

  • Added Text To Speech Endpoint
  • Added Model parameters to Image endpoints
    • Support for Dalle 3
  • Convert Fine Tuning endpoint to latest
    • Usually I make an effort to make the least breaking changes as possible, but this is a complete overhaul. If you were using this feature in any capacity before, you'll need to delete whatever you have and start over.
  • Moved fine tuning dashboard from OpenAI/Fine Tuning -> Window/Dashboard/OpenAI/Fine Tuning
  • Added EnableDebug property to all endpoints, which will toggle printing the api call details to the log console
    • Warning! Improperly enabling this in production environment may leak your api keys unless running proxy service!
  • Removed Model check for all requests, api will now tell you if model can be used or not on specific endpoints
  • Removed Obsolete members
  • Marked EditEndpoint obsolete

Full Changelog: 5.0.11...5.1.0

com.openai.unity 5.0.11

12 Oct 04:44
Compare
Choose a tag to compare

What's Changed

  • updated rest package to fix incomplete chat stream data responses

Full Changelog: 5.0.10...5.0.11

com.openai.unity 5.0.10

07 Oct 15:56
Compare
Choose a tag to compare

What's Changed

  • added Preserve to all json serialized objects to fix overzealous Unity code stripping
  • fixed processing time string culture conversion when parsing double
  • updated deps

Full Changelog: 5.0.9...5.0.10