cai

CLI tool for prompting and interacting with large language models

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for prompting LLMs

Commands

cai

Examples

Send a simple prompt to an LLM and get a response$ cai 'What is the capital of France?'
Pipe text content to cai for processing or summarization$ cat document.txt | cai 'Summarize this in bullet points'
Use cai interactively for multi-turn conversation$ cai --interactive