3.0.0
Important changes since 2.1.3
Added
- Requests: DSL builder functions to create requests (#80)
- Completions and
Edit
: addusage
to the responses (#82) - Files: add
download
anddelete
functions (#86) - OpenAIConfig:
headers
andorganization
(#96) - Embeddings:
similarity
anddistance
(#88) (experimental) - Chat implementation (#99) (beta)
- OpenAIConfig: custom host config (#102)
Changed
- FileSource and okio for I/O operations (e.g. files, images) (#75)
- FineTunes: remove experimental (#90)
- Images: mark as experimental (#91)
- Embeddings: response changed to
EmbeddingResponse
to includeusage
. (#82)
Fixed
- Non-blocking SSE
Flow
events (#95)
Dependencies
- Update Kotlin to
1.8.10