Skip to content

Commit f6072a0

Browse files
authored
Update references from Claude to Ollama in README
1 parent 3ab17a5 commit f6072a0

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tacit listen # start capturing
1515

1616
---
1717

18-
Spoken ideas disappear. tacit transcribes them on-device, classifies them with Claude, and surfaces them as live context in any AI conversation — automatically.
18+
Spoken ideas disappear. tacit transcribes them on-device, classifies them with Ollama, and surfaces them as live context in any AI conversation — automatically.
1919

2020
<!-- TODO: Add demo GIF showing tacit listen → speech → /tacit.knowledge retrieval -->
2121

@@ -29,7 +29,7 @@ speak → capture → VAD → STT → classify → store → retrieve
2929

3030
1. **Capture** — Records microphone and system audio simultaneously in real time
3131
2. **Process** — Voice Activity Detection filters silence; Whisper transcribes speech on-device
32-
3. **Classify**Claude extracts title, category, keywords, and summary from the transcript
32+
3. **Classify**Ollama extracts title, category, keywords, and summary from the transcript
3333
4. **Store** — Saves a structured Markdown entry to `~/.tacit/memory/<category>/`
3434
5. **Retrieve**`/tacit.knowledge` searches your knowledge base from inside any Claude conversation
3535

@@ -79,7 +79,6 @@ Analyzes the current Claude conversation thread and saves it as a structured kno
7979
| `silence_duration` | duration | `1500ms` | Duration of silence required to end a speech segment. |
8080
| `speech_threshold` | float | `0.5` | VAD confidence threshold (0–1). Higher = more conservative. |
8181
| `energy_threshold` | int | `200` | Audio energy gate. Frames below this value are rejected before VAD. |
82-
| `claude_model` | string | `haiku` | Claude model used for classification: `haiku`, `sonnet`, `opus`. |
8382

8483
---
8584

@@ -92,7 +91,7 @@ graph LR
9291
CAP --> VAD[VAD\nten-vad / Silero]
9392
VAD --> BUF[Segment Buffer]
9493
BUF --> STT[STT\nwhisper.cpp]
95-
STT --> CLS[Classify\nClaude CLI]
94+
STT --> CLS[Classify\nOllama]
9695
CLS --> KB[Knowledge Base\n~/.tacit/memory/]
9796
```
9897

0 commit comments

Comments
 (0)