llm

Access large language models from the command-line

brewmacoslinux
Try with needOr install directly
Source

About

Access large language models from the command-line

Commands

llm

Examples

Chat with the default LLM model$ llm 'What is the capital of France?'
Use a specific model for a prompt$ llm -m gpt-4 'Explain quantum computing'
Pipe file content to an LLM for analysis$ cat script.py | llm 'Find bugs in this code'