Add OpenCode / Ollama LLM integration with gemma4:31b default
This commit is contained in:
@@ -34,8 +34,9 @@ when the hold key is working.
|
||||
Useful flags:
|
||||
|
||||
```bash
|
||||
./talk --llm-engine apple # macOS on-device LLM model (default)
|
||||
./talk --mlx-model mlx-community/gemma-2-2b-it-4bit # specify any local MLX model
|
||||
./talk --llm-engine ollama # Ollama / OpenCode LLM engine (default)
|
||||
./talk --ollama-model gemma4:31b # specify model (e.g. gemma4:31b)
|
||||
./talk --llm-engine apple # local Apple Silicon MLX model
|
||||
./talk --llm-engine claude # Claude Code CLI engine
|
||||
./talk --list-devices # see microphones and speakers
|
||||
./talk --list-voices # see macOS system voices
|
||||
|
||||
Reference in New Issue
Block a user