-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
57 lines (57 loc) · 1.25 KB
/
Copy pathconfig.example.json
File metadata and controls
57 lines (57 loc) · 1.25 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
{
"hotkey_hold": "ctrl+shift+space",
"hotkey_toggle": "",
"hotkey_command": "",
"punctuation": "rules",
"cleanup": "medium",
"ui_language": "ru",
"tech_terms": false,
"notes_open": "list",
"pause_music": true,
"stream_asr": true,
"stream_min_tail_sec": 0,
"hotkey_notes": "",
"hotkey_transform": "",
"hotkey_clipboard": "",
"inbox_path": "",
"hotkey_inbox": "",
"transforms_hidden": [],
"transforms": [],
"undo_hotkey": "",
"theme": "system",
"layout": "cards",
"language": null,
"model": "gigaam-v2-ctc",
"quantization": "int8",
"device": "auto",
"asr_threads": 2,
"mic_device": null,
"keep_mic_open": true,
"unload_after_min": 0,
"pre_buffer_sec": 0.5,
"min_record_sec": 0.3,
"insert_mode": "paste",
"append_space": true,
"restore_clipboard": true,
"sounds": true,
"overlay_position": "bottom",
"onboarded": false,
"remove_fillers": true,
"voice_commands": true,
"question_by_voice": true,
"history": true,
"history_days": 0,
"dictionary": [],
"snippets": {},
"snippets_declined": [],
"tone_rules": {},
"auto_enter_apps": [],
"smart_join": true,
"join_window_sec": 90,
"llm": {
"enabled": null,
"url": "http://127.0.0.1:11434",
"model": "",
"timeout_sec": 20
}
}