Skip to content

Releases: aallam/openai-kotlin

3.0.0-beta02

19 Feb 22:26
Compare
Choose a tag to compare
3.0.0-beta02 Pre-release
Pre-release

Added

  • OpenAIConfig: headers and organization (#96)

Changed

  • FineTunes: remove experimental (#90)
  • Images: mark as experimental (#91)

Fixed

  • Non-blocking SSE Flow events (#95)

3.0.0-beta01

06 Feb 22:40
187516f
Compare
Choose a tag to compare
3.0.0-beta01 Pre-release
Pre-release

This release contains changes from 3.0.0-alpha01, plus the following:

Added

  • Embeddings: similarity and distance (#88) (Experimental)

Changed

  • Update Kotlin to 1.8.10

2.1.3

29 Jan 22:42
Compare
Choose a tag to compare

Fixed

  • Add darwin simulators and x86 targets (#85)

3.0.0-alpha01

20 Jan 23:36
Compare
Choose a tag to compare
3.0.0-alpha01 Pre-release
Pre-release

Added

  • DSL builder functions to create requests
  • Completions and Edit: add usage to the responses
  • Files: add download and delete functions

Changed

  • FileSource (using okio) for I/O operations (e.g. files, images).
  • Embeddings: response changed to EmbeddingResponse to include usage.

2.1.2

11 Jan 14:29
Compare
Choose a tag to compare

Fixed

2.1.1

02 Jan 21:59
Compare
Choose a tag to compare

Added

  • Targets ios, watchos and tvos (x64/arm64)

Changed

  • Update Kotlin to 1.8.0

2.1.0

14 Dec 18:42
Compare
Choose a tag to compare

Added

  • Images implementation (#68)
  • Http timeout configuration (#71)

Changed

  • Update Kotlin to 1.7.20
  • Update Kotlin serialization to 1.4.1
  • Update Ktor 2.1.3

2.0.0

20 Aug 11:47
Compare
Choose a tag to compare

Added

Changed

  • Update Kotlin to 1.7.10
  • Update Kotlin serialization to 1.4.0
  • Update Completions, Edits and Embeddings to use Models

Removed

  • Engines, Answers, Search and Classification

2.0.0-beta02

15 Jul 16:27
Compare
Choose a tag to compare
2.0.0-beta02 Pre-release
Pre-release

Added

Changed

  • Update Kotlin to 1.7.10
  • Update Completions, Edits and Embeddings to use Models

Removed

  • Engines, Answers, Search and Classification

2.0.0-beta01

08 Jul 20:08
Compare
Choose a tag to compare
2.0.0-beta01 Pre-release
Pre-release

Added

Changed

  • Update Kotlin to 1.7.10
  • Update Completions, Edits and Embeddings to use Models

Removed

  • Engines, Answers, Search and Classification