Files
mistralai-client-rs/CHANGELOG.md
2024-03-04 03:25:35 +01:00

1.2 KiB

(2024-03-04)

⚠ BREAKING CHANGES

  • Models are now enforced by Model & EmbedModel enums.

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

  • add client.list_models() method (814b991)
  • simplify chat completion call (7de2b19)

0.1.0 (2024-03-03)

Features

  • add chat completion without streaming (7d3b438)