- FEAT: Add
gpt-4-0125-preview
and gpt-4-turbo-preview
in model catalog (#309). (f5a78867)
- FEAT: Add
text-embedding-3-small
and text-embedding-3-large
in model catalog (#310). (fda16024)
- FEAT: Add support for shortening embeddings (#311). (c725db0b)
- FEAT: Support Anyscale API in openai_dart client (#303). (e0a3651c)
- FEAT: Support Together AI API (#296). (ca6f23d5)
- FEAT: Support Together AI Embeddings API in openai_dart client (#301). (4a6e1045)
- FEAT: Add usage to Run/RunStep in openai_dart client (#302). (cc6538b5)
- FIX: Make
ChatCompletionNamedToolChoice
fields required (#259). (4c7d0436)
- FEAT: Allow to update OpenAI key without having to recreate the wrapper (#246). (05739bd1)
- FIX: Fetch requests with big payloads dropping connection (#226). (1e771098)
- FIX: Add missing
name
param in ChatCompletionMessage (#222). (6f186775)
- FIX: Remove dependency on io.HttpException (#221). (95369e4c)
- DOCS: Add
public_member_api_docs
lint rule and document missing APIs (#223). (52380433)
Note: This release has breaking changes.
Migration guides: new factories and multi-modal
- BREAKING FEAT: Add multi-modal support (#218). (14c8e7ef)
- BREAKING FEAT: Rename factory const to more meaningful names (#215). (7e4602fa)
- FEAT: Add
gpt-3.5-turbo-1106
chat model (#217). (73f37915)
- REFACTOR: Improve request error handling (#214). (4a9f3d33)
- REFACTOR: Migrate to generated client stream methods (#208). (9122f551)
- FIX: Fix integer overflow when targeting web (#207). (eaf69f32)
- REFACTOR: Rename
ChatCompletionFunction
to FunctionObject
(#206). (0f06df3f)
- FEAT: Support new models API functionality (#203). (33ebe746)
- FEAT: Support new images API functionality (#202). (fcf21daf)
- FEAT: Support new fine-tuning API functionality (#201). (f5f44ad8)
- FEAT: Support new embeddings API functionality (#200). (9b43d85b)
- FEAT: Support new completion API functionality (#199). (f12f6f57)
- FEAT: Support new chat completion API functionality (#198). (01820d69)
- FIX: Handle nullable function call fields when streaming (#191). (8f23cf16)
- FIX: Fix static analysis warning (#187). (3fe91570)
- FIX: Several fixes and improvements (#182). (115e8bef)
- FEAT: Support different embedding response formats (#180). (4f676e87)
- FEAT: Implement openai_dart, a Dart client for OpenAI API (#178). (fa5d032a)