Releases: aallam/openai-kotlin
Releases · aallam/openai-kotlin
2.1.3
3.0.0-alpha01
Added
- DSL builder functions to create requests
Completions
andEdit
: addusage
to the responsesFiles
: adddownload
anddelete
functions
Changed
FileSource
(using okio) for I/O operations (e.g. files, images).Embeddings
: response changed toEmbeddingResponse
to 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
,Edits
andEmbeddings
to useModels
Removed
Engines
,Answers
,Search
andClassification
2.0.0-beta02
Added
- Models implementation
- Moderations implementation
- Fine-Tunes implementation
Changed
- Update Kotlin to
1.7.10
- Update
Completions
,Edits
andEmbeddings
to useModels
Removed
Engines
,Answers
,Search
andClassification
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