Skip to content

Releases: RageAgainstThePixel/com.openai.unity

com.openai.unity 7.1.2

16 Dec 15:41
Compare
Choose a tag to compare

What's Changed

  • attempt to fix some serialization errors
  • fixed some unit tests

Full Changelog: 7.1.1...7.1.2

com.openai.unity 7.1.1

14 Dec 14:50
Compare
Choose a tag to compare

What's Changed

  • fixed menu item name

Full Changelog: 7.1.0...7.1.1

com.openai.unity 7.1.0

14 Dec 00:20
Compare
Choose a tag to compare

What's Changed

  • Refactor ImagesEndpoint
    • Changed all endpoint signatures to IReadOnlyList<ImageResult>
  • Fix Text To Speech generation for webgl
  • Updated Chat sample with image generation capabilities

Full Changelog: 7.0.5...7.1.0

com.openai.unity 7.0.5

10 Dec 22:43
Compare
Choose a tag to compare

What's Changed

  • Fixed OpenAISettings configuration lookup

Full Changelog: 7.0.4...7.0.5

com.openai.unity 7.0.4

10 Dec 22:13
Compare
Choose a tag to compare

What's Changed

  • Updated docs

Full Changelog: 7.0.3...7.0.4

com.openai.unity 7.0.3

07 Dec 13:19
Compare
Choose a tag to compare

What's Changed

  • Updated FileResponse.Size int -> int?

Full Changelog: 7.0.2...7.0.3

com.openai.unity 7.0.2

07 Dec 02:48
Compare
Choose a tag to compare

What's Changed

  • Fixed missing Threads.Message.Content.ImageFile property.
  • Marked OpenAI.Completions Obsolete

Full Changelog: 7.0.1...7.0.2

com.openai.unity 7.0.1

03 Dec 18:34
Compare
Choose a tag to compare

What's Changed

  • Fixed AssistantExtension.UploadFileAsync spelling error with file purpose.

Full Changelog: 7.0.0...7.0.1

com.openai.unity 7.0.0

30 Nov 20:46
Compare
Choose a tag to compare

What's Changed

  • Added AssistantsEndpoint
  • Added ThreadsEndpoint

Full Changelog: 6.0.0...7.0.0

com.openai.unity 6.0.0

29 Nov 17:10
Compare
Choose a tag to compare

What's Changed

  • Updated FilesEndpoint.ListFilesAsync with optional purpose filter query parameter
  • Refactored list responses with a more generic ListQuery and ListResponse pattern
    • EventList -> ListResponse
    • FineTuneJobList -> ListResponse
  • Standardized names for timestamps to have suffix: UnixTimeSeconds
  • Standardized response class names (existing classes depreciated)
    • FileData -> FileResponse
    • CompletionResult -> CompletonResponse
    • Event -> EventResponse
    • FineTuneJob -> FineTuneJobResponse
  • Added detail parameter to ImageURL
  • Added GetModerationChunkedAsync method in ModerationsEndpoint
  • Fixed streaming function tool serialization
  • Fixed multiple function tool usages
  • Added additional implicit operators for Chat.Content
  • Added warnings to default auth and setting constructors to improve init speed
  • Updated authentication
  • Updated unit tests
  • Updated docs

Full Changelog: 5.2.3...6.0.0