Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 4.8.1

07 May 00:29
Compare
Choose a tag to compare

What's Changed

  • Updated basic and chat completions choices to default to empty string
  • Fixed Completions.CompletionResult.ToString first completion index lookup

Full Changelog: 4.8.0...4.8.1

com.openai.unity 4.8.0

30 Apr 19:59
Compare
Choose a tag to compare

What's Changed

  • Removed Obsolete ChatPrompt.
  • Removed Obsolete FileEndpoint.DownloadFileAsync(string fileId, IProgress<float> progress).
  • ChatEndpoint.StreamCompletionAsync will now also raise additional ChatResponse with completed Message.
  • ChatEndpoint.StreamCompletionEnumerableAsync will now also raise additional ChatResponse with completed Message.
  • Refactored all streaming endpoints to use a new string extension for centralized parsing of event stream data
  • Added optional parameter cancelJob to FineTuningEndpoint.StreamFineTuneEventsEnumerableAsync. Default is
    false.
  • Added optional parameter cancelJob to FineTuningEndpoint.StreamFineTuneEventsAsync. Default is false.
  • Updated Completions.LogProbabilities.TopLogProbabilities to properly use immutable IReadOnlyList<IReadOnlyDictionary<string, double>>.

Full Changelog: 4.7.4...4.8.0

com.openai.unity 4.7.4

27 Apr 18:15
Compare
Choose a tag to compare

What's Changed

  • fixed Model.Permissions
  • added Model.CreatedAt

Full Changelog: 4.7.3...4.7.4

com.openai.unity 4.7.3

26 Apr 15:52
Compare
Choose a tag to compare

What's changed

  • fixed serialization of empty strings, they are now treated as null
  • fixed missing name assignment to Chat.Delta
  • updated docs

Full Changelog: 4.7.2...4.7.3

com.openai.unity 4.7.2

23 Apr 19:47
Compare
Choose a tag to compare

What's Changed

  • Made it easier to specify a specific configuration file path
  • Added optional author name property to chat message
  • Added implicit string conversions to make ChatResponses easier to work with
  • Updated docs
  • Updated deps

Full Changelog: 4.7.1...4.7.2

com.openai.unity 4.7.1

13 Apr 14:43
Compare
Choose a tag to compare

What's Changed

  • Clarify authentication documentation with recommended usage of API keys
  • Fixed parsing old env file format
  • Fixed parsing missing ORGANIZATION env vars
  • Fixed checking of CancellationToken.IsCancellationRequested in streaming endpoints

Full Changelog: 4.7.0...4.7.1

com.openai.unity 4.7.0

10 Apr 05:39
Compare
Choose a tag to compare

What's Changed

  • Deprecated ChatPrompt -> Message
  • Added Role enum for Chat.Messages and Chat.Delta
  • Updated ChatRequest constructor to use IEnumerable<Message> messages
  • Updated ChatRequest.Messages to IReadonlyList<Message>
  • Updated unit tests

Full Changelog: 4.6.0...4.7.0

com.openai.unity 4.6.0

04 Apr 16:40
Compare
Choose a tag to compare

What's Changed

  • Added response_format to ImageGenerationRequest
  • Refactored Image Requests with AbstractBaseImageRequest

Special thanks to @johnkors for updates in OpenAI-DotNet

Full Changelog: 4.5.4...4.6.0

com.openai.unity 4.5.4

30 Mar 17:29
Compare
Choose a tag to compare

What's Changed

  • Updated dependencies

Full Changelog: 4.5.3...4.5.4

com.openai.unity 4.5.3

29 Mar 21:46
Compare
Choose a tag to compare

What's Changed

  • updated docs

Full Changelog: 4.5.2...4.5.3