-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault_config.json
More file actions
45 lines (45 loc) · 981 Bytes
/
Copy pathdefault_config.json
File metadata and controls
45 lines (45 loc) · 981 Bytes
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
{
"server": {
"host": "127.0.0.1",
"port": 5050,
"debug": false
},
"ssh": {
"connection_timeout": 30,
"keepalive_interval": 60,
"host_key_policy": "auto-add"
},
"terminal": {
"max_sessions": 16,
"font_family": "Consolas, Monaco, 'Courier New', monospace",
"font_size": 14
},
"security": {
"cors_origins": []
},
"appearance": {
"theme": "dark"
},
"workspace": {
"surface_mode": "normal",
"autosave_interval_minutes": 5,
"multi_workspace_enabled": false
},
"explorer_search": {
"max_files": 2000,
"max_matches": 5000,
"max_matches_per_file": 200,
"max_file_bytes": 2097152,
"timeout_seconds": 20
},
"voice_input": {
"enabled": false,
"engine": "whisper",
"vosk_service_url": "ws://localhost:2700",
"vosk_model": "vosk-model-en-us-0.22",
"whisper_model": "base",
"whisper_device": "cpu",
"whisper_compute_type": "int8",
"language": "en-US"
}
}