Overview
Access chat completions directly from the command line.Commands
Basic Completion
With Model Selection
With System Prompt
With Temperature
With Max Tokens
Options
| Option | Short | Default | Description |
|---|---|---|---|
--model | -m | gpt-4o-mini | Model to use |
--system | -s | None | System prompt |
--temperature | -t | 1.0 | Sampling temperature |
--max-tokens | None | Maximum tokens |

