-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
62 lines (62 loc) · 1.2 KB
/
config.example.json
File metadata and controls
62 lines (62 loc) · 1.2 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"theme": {
"base": "modern",
"overrides": {}
},
"display": {
"grid_width": 29,
"grid_height": 12,
"corner_radius": 24,
"bg_alpha": 0.75,
"font_size": 14,
"font_name": "Courier",
"border_width": 2,
"pulse_speed": 0.1,
"avatar_x_offset": 0,
"avatar_y_offset": 0,
"bar_x_offset": 0,
"bar_y_offset": 0,
"fps": 5
},
"testing": {
"enabled": false,
"status": "idle",
"weather": "clear",
"weather_intensity": 0.5,
"wind_speed": 5.0,
"context_percent": 50.0,
"paused": false
},
"clarvis": {
"model": null,
"max_thinking_tokens": null,
"idle_timeout": 3600.0
},
"voice": {
"enabled": true,
"asr_timeout": 10.0,
"asr_language": "en-US",
"silence_timeout": 3.0,
"tts_voice": "Samantha",
"tts_enabled": true,
"tts_speed": 150,
"text_linger": 3.0,
"wake_word": {
"enabled": false,
"model": null,
"model_path": null,
"threshold": 0.3,
"vad_threshold": 0.2,
"patience": 4,
"sample_rate": 48000,
"input_device": null
}
},
"music": {
"max_volume": 75
},
"memory": {
"enabled": false,
"data_dir": "~/.clarvis/memory"
}
}