2.2 KiB
2.2 KiB
(2024-03-04)
Features
0.4.0 (2024-03-04)
⚠ BREAKING CHANGES
Client::new()now returns aResult.APIErroris renamed toApiError.
Features
- add client.chat_async() method (1dd59f6)
- add missing api key error (1deab88)
- wrap Client::new() return in a Result (3387618)
0.3.0 (2024-03-04)
⚠ BREAKING CHANGES
- Models are now enforced by
Model&EmbedModelenums.
Features
- add client.embeddings() method (f44d951)
0.2.0 (2024-03-03)
⚠ BREAKING CHANGES
- Chat completions must now be called directly from client.chat() without building a request in between.
Features
0.1.0 (2024-03-03)
Features
- add chat completion without streaming (7d3b438)