Skip to content

Releases: ad-si/cai

v0.8.0

08 Dec 20:04
9d33ff2
Compare
Choose a tag to compare
  • Add new sub-command ocr to extract text from images
  • Add new sub-command rename to rename files based on their content
  • Add sub-commands with a programming language as the prompt context
  • Add new sub-command changelog to generate a changelog from git commits
  • Always use the latest versions of Anthropic's 3.5 models
  • Update default Llama versions

v0.7.0

08 Dec 20:04
17b3218
Compare
Choose a tag to compare
  • Add flag --json to activate JSON output mode
  • Add flag --raw to print the raw LLM response without any metadata
  • Add more aliases for Anthropic, use new versions as default models
  • CLI output: Show resolved model id instead of the used alias
  • Add more aliases for OpenAI models

v0.6.0

30 Apr 07:40
956de65
Compare
Choose a tag to compare
  • Add support for all Groq and Ollama models
  • Make Groq Llama3 the new default model
  • Add several new aliases (check cai help)

v0.5.0

14 Apr 18:10
361b75b
Compare
Choose a tag to compare
  • Support adding text to the prompt via stdin
  • Support local Ollama server
  • Add examples to help output

v0.4.0

13 Apr 21:44
e263aee
Compare
Choose a tag to compare
  • Add support for Anthropic's Claude models
  • Support running several models at once with cai all
  • Syntax highlight the output as markdown with bat

v0.3.0

31 Mar 18:22
Compare
Choose a tag to compare
  • Add support for sub-commands to specify the API provider
  • Set up proper CLI args handling powered by clap.rs

v0.2.0

29 Mar 17:10
Compare
Choose a tag to compare

Try to load API keys first from secrets.yaml and then from env variables

v0.1.0

28 Mar 23:51
Compare
Choose a tag to compare

Initial release