Command Line Interface#
llm-term#
llm-term is a command line interface for OpenAI's Chat API.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--version |
boolean | Show the version and exit. | False |
--model , -m |
text | The LLM model to use | None |
--provider , -p |
choice (openai | anthropic | mistralai | ollama ) |
The LLM provider to use | openai |
--system , -s |
text | The system message to use | None |
--api-key , -k |
text | The API key to use | None |
--stream / --no-stream |
boolean | Stream the response | True |
--console , -c |
integer | The console width to use - defaults to auto-detect | None |
--border / --no-border |
boolean | Use a border for returned responses - disable for copy/paste | True |
--avatar , -a |
text | The avatar to use | 👤 |
--help |
boolean | Show this message and exit. | False |