-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.json.example
More file actions
26 lines (26 loc) · 1.02 KB
/
config.json.example
File metadata and controls
26 lines (26 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"llm_provider": "ollama",
"llm_base_url": "http://localhost:11434/v1",
"llm_model": "llama3.2:8b",
"llm_api_key": "",
"llm_kwargs": {},
"tts_engine": "kokoro",
"tts_url": "http://localhost:8085/v1/audio/speech",
"tts_model": "mlx-community/Kokoro-82M-bf16",
"tts_voice": "am_adam",
"stt_engine": "whisper_http",
"stt_url": "http://localhost:8084/v1/audio/transcriptions",
"stt_model": "mlx-community/whisper-large-v3-turbo",
"key_toggle": "f13",
"key_voice": "f18",
"key_text": "f16",
"key_screenshot": "*",
"key_document": "+",
"wake_word_enabled": true,
"wake_phrases": ["hey", "aq", "eq", "iq", "okay q", "a q", "hey q", "hey queue"],
"wake_energy": 200,
"wake_chunk_sec": 3.0,
"streaming": true,
"draft_keywords": ["draft", "reply", "rephrase", "rewrite", "respond", "compose", "tell them", "tell him", "tell her"],
"skills": ["calculator", "weather", "time_date", "system_info", "web_search", "translate", "notes", "timer", "volume", "reminders", "music", "clipboard", "app_switch"]
}