|
|
|
@ -23,55 +23,20 @@ description: "Customize the behaviour of your 01 from the CLI"
|
|
|
|
|
- `--expose`
|
|
|
|
|
Expose server to internet.
|
|
|
|
|
|
|
|
|
|
- `--client`
|
|
|
|
|
Run client.
|
|
|
|
|
|
|
|
|
|
- `--server-url TEXT`
|
|
|
|
|
Specify the server URL that the client should expect.
|
|
|
|
|
Defaults to server-host and server-port.
|
|
|
|
|
Default: `None`.
|
|
|
|
|
|
|
|
|
|
- `--llm-service TEXT`
|
|
|
|
|
Specify the LLM service.
|
|
|
|
|
Default: `litellm`.
|
|
|
|
|
|
|
|
|
|
- `--model TEXT`
|
|
|
|
|
Specify the model.
|
|
|
|
|
Default: `gpt-4`.
|
|
|
|
|
|
|
|
|
|
- `--llm-supports-vision`
|
|
|
|
|
Specify if the LLM service supports vision.
|
|
|
|
|
|
|
|
|
|
- `--llm-supports-functions`
|
|
|
|
|
Specify if the LLM service supports functions.
|
|
|
|
|
|
|
|
|
|
- `--context-window INTEGER`
|
|
|
|
|
Specify the context window size.
|
|
|
|
|
Default: `2048`.
|
|
|
|
|
|
|
|
|
|
- `--max-tokens INTEGER`
|
|
|
|
|
Specify the maximum number of tokens.
|
|
|
|
|
Default: `4096`.
|
|
|
|
|
|
|
|
|
|
- `--temperature FLOAT`
|
|
|
|
|
Specify the temperature for generation.
|
|
|
|
|
Default: `0.8`.
|
|
|
|
|
- `--client-type TEXT`
|
|
|
|
|
Specify the client type.
|
|
|
|
|
Default: `auto`.
|
|
|
|
|
|
|
|
|
|
- `--tts-service TEXT`
|
|
|
|
|
Specify the TTS service.
|
|
|
|
|
Default: `openai`.
|
|
|
|
|
|
|
|
|
|
- `--stt-service TEXT`
|
|
|
|
|
Specify the STT service.
|
|
|
|
|
Default: `openai`.
|
|
|
|
|
|
|
|
|
|
- `--local`
|
|
|
|
|
Use recommended local services for LLM, STT, and TTS.
|
|
|
|
|
|
|
|
|
|
- `--install-completion [bash|zsh|fish|powershell|pwsh]`
|
|
|
|
|
Install completion for the specified shell.
|
|
|
|
|
Default: `None`.
|
|
|
|
|
|
|
|
|
|
- `--show-completion [bash|zsh|fish|powershell|pwsh]`
|
|
|
|
|
Show completion for the specified shell, to copy it or customize the installation.
|
|
|
|
|
Default: `None`.
|
|
|
|
|
- `--qr`
|
|
|
|
|
Display QR code to scan to connect to the server.
|
|
|
|
|
|
|
|
|
|
- `--help`
|
|
|
|
|
Show this message and exit.
|
|
|
|
|