Releases: aallam/openai-kotlin
Releases · aallam/openai-kotlin
3.0.0-beta02
3.0.0-beta01
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
3.0.0-alpha01
Added
- DSL builder functions to create requests
CompletionsandEdit: addusageto the responsesFiles: adddownloadanddeletefunctions
Changed
FileSource(using okio) for I/O operations (e.g. files, images).Embeddings: response changed toEmbeddingResponseto includeusage.
2.1.2
2.1.1
2.1.0
2.0.0
Added
- Models implementation
- Moderations implementation
- Fine-Tunes implementation
Changed
- Update Kotlin to
1.7.10 - Update Kotlin serialization to
1.4.0 - Update
Completions,EditsandEmbeddingsto useModels
Removed
Engines,Answers,SearchandClassification
2.0.0-beta02
Added
- Models implementation
- Moderations implementation
- Fine-Tunes implementation
Changed
- Update Kotlin to
1.7.10 - Update
Completions,EditsandEmbeddingsto useModels
Removed
Engines,Answers,SearchandClassification
2.0.0-beta01
Added
- Models implementation
Changed
- Update Kotlin to
1.7.10 - Update Completions, Edits and Embeddings to use Models
Removed
- Engines, Answers, Search and Classification