Skip to content

Releases: baalimago/clai

v1.3.0

01 May 18:43
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

Features

  • Added Mistral as a chat-completer, works like the other vendors
  • Tool calling, find the available tools here
    • Tooling does not work for Mistral
  • Conversation updates:
    • You may now continue a previous chat with `clai chat continue
    • Every -re query will now be stored as a conversation, basically persisting every query+reply you have
  • A lot of internal upgrades:
    • There's now a generic stream_completer following openai's API, this is what Mistral is using
    • Configuration system got upgraded and made more robust
  • Documentation updates in usage and readme