-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
48 lines (41 loc) · 1.05 KB
/
Copy pathconfig.example.json
File metadata and controls
48 lines (41 loc) · 1.05 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
{
"canvas": "",
"dismiss_on_background_click": true,
"persist_across_spaces": false,
"overlay_transparent": true,
"tray_icon_monochrome": false,
"summon_hotkey": "Pause",
"min_zoom": 0.1,
"max_zoom": 6.0,
"zoom_smoothing": 0.06,
"wheel_zoom_step": 0.15,
"pinch_zoom_step": 0.01,
"pan_inertia": 0.85,
"animation_scale": 1.0,
"autosave_debounce_ms": 400,
"cluster_zoom": 0.4,
"auto_zoom_trigger": 0.5,
"auto_zoom_level": 0.9,
"theme_css": null,
"overlay_dim": 0.55,
"center_node_text": true,
"rasterize_text": true,
"new_node_min_width": 250.0,
"new_node_min_height": 60.0,
"max_node_width": 420.0,
"layout_rank_gap": 70.0,
"layout_node_gap": 40.0,
"auto_layout": false,
"auto_layout_direction": "LR",
"ai_url": "http://localhost:1234/v1",
"ai_model": "google/gemma-4-26b-a4b-qat",
"ai_api_keys": {
"https://api.openai.com/v1": "",
"https://api.fireworks.ai/inference/v1": ""
},
"max_ai_nodes": 6,
"ai_trigger_color": "3",
"ai_node_color": "6",
"ai_completions": false,
"ai_thinking": false
}