Skip to content

Add a switchable local Ollama brain for the voice loop - #25

Open
tomavic wants to merge 1 commit into
jaredrhod:mainfrom
tomavic:main
Open

Add a switchable local Ollama brain for the voice loop#25
tomavic wants to merge 1 commit into
jaredrhod:mainfrom
tomavic:main

Conversation

@tomavic

@tomavic tomavic commented Sep 4, 2026

Copy link
Copy Markdown

Lets the voice console swap between Claude and a local Ollama model live ("switch to local model" / "switch to claude"), for fully offline, no-cost conversation. The local brain gets read-only read_file/list_directory tools, gated through the same spoken yes/no/details permission flow Claude's tools already use. Reasoning mode (think) is disabled by default for latency: Qwen3 was measured at 30s to first word with it on vs under a second with it off.

Also fixes Kokoro's "Defaulting repo_id" console print and quiets cosmetic torch/huggingface_hub warnings on every launch.

Claude-Session: https://claude.ai/code/session_01EcG3U9PUE5r8Uk9xUTN2Jj

Lets the voice console swap between Claude and a local Ollama model
live ("switch to local model" / "switch to claude"), for fully
offline, no-cost conversation. The local brain gets read-only
read_file/list_directory tools, gated through the same spoken
yes/no/details permission flow Claude's tools already use. Reasoning
mode (think) is disabled by default for latency: Qwen3 was measured
at 30s to first word with it on vs under a second with it off.

Also fixes Kokoro's "Defaulting repo_id" console print and quiets
cosmetic torch/huggingface_hub warnings on every launch.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EcG3U9PUE5r8Uk9xUTN2Jj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant