Replace OpenCode harness with Hermes, remove workspace dependency, and move vocabulary/corrections to app folder
This commit is contained in:
@@ -34,8 +34,8 @@ when the hold key is working.
|
||||
Useful flags:
|
||||
|
||||
```bash
|
||||
./talk --llm-engine ollama # Ollama / OpenCode LLM engine (default)
|
||||
./talk --ollama-model gemma4:31b # specify model (e.g. gemma4:31b)
|
||||
./talk --llm-engine hermes # Hermes LLM engine (default)
|
||||
./talk --hermes-model hermes-3 # specify Hermes model (default hermes-3)
|
||||
./talk --llm-engine apple # local Apple Silicon MLX model
|
||||
./talk --llm-engine claude # Claude Code CLI engine
|
||||
./talk --list-devices # see microphones and speakers
|
||||
@@ -47,7 +47,7 @@ Useful flags:
|
||||
./talk --voice-activity # hands-free instead of push-to-talk
|
||||
./talk --claude-model claude-opus-5 # trade latency for capability
|
||||
./talk --allow-writes # give Claude Edit, Write and Bash too
|
||||
./talk --cwd ~/some/project # work somewhere other than ~/Workspace
|
||||
./talk --cwd ~/some/project # work in a specific project directory
|
||||
./talk --load-settings # load your ~/.claude plugins and skills
|
||||
./talk --log-level DEBUG # watch the frames flow
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user