3.0.0
Important changes since 2.1.3
Added
- Requests: DSL builder functions to create requests (#80)
- Completions and
Edit: addusageto the responses (#82) - Files: add
downloadanddeletefunctions (#86) - OpenAIConfig:
headersandorganization(#96) - Embeddings:
similarityanddistance(#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
EmbeddingResponseto includeusage. (#82)
Fixed
- Non-blocking SSE
Flowevents (#95)
Dependencies
- Update Kotlin to
1.8.10