-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_config.example.json
More file actions
97 lines (97 loc) · 2.6 KB
/
Copy pathapp_config.example.json
File metadata and controls
97 lines (97 loc) · 2.6 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"Selection": {
"ActiveReadingSessionId": "",
"ContinueExplainEnabled": true,
"ExplainEnabled": true,
"ExplainPrompt": "请用简洁的语言解释下面这段文字的含义:\n\n{text}",
"FixGrammarPrompt": "修正下面这段文字里的错别字、标点和语法错误,保持原意、风格和语言不变。只输出修正后的文字,不要任何解释、前后缀或代码块包裹:\n\n{text}",
"FloatEnabled": true,
"NoteEnabled": true,
"PolishPrompt": "润色下面这段文字,使其更通顺自然、表达更准确,保持原意与语言。只输出润色后的文字,不要任何解释、前后缀或代码块包裹:\n\n{text}",
"RewriteEnabled": true,
"RewriteVerify": true,
"TranslatePrompt": "翻译下面这段文字:是中文就译成英文,是其他语言就译成中文。只输出译文,不要任何解释、前后缀或代码块包裹:\n\n{text}"
},
"API": {
"ApiType": "litellm",
"MaxTokens": 4096,
"SystemPrompt": "",
"Temperature": 0.7,
"TopP": 1.0,
"VisionSupport": "on"
},
"Appearance": {
"ContentFontSize": 16,
"NavigationFontSize": 15,
"Theme": "almond"
},
"Window": {
"EdgeSnap": true,
"EdgeSnapThreshold": 40,
"MinimizeTo": "taskbar",
"Height": 852,
"Width": 800
},
"Editor": {
"EditorFontSize": 16
},
"QFluentWidgets": {
"FontFamilies": [
"Segoe UI",
"Microsoft YaHei",
"PingFang SC"
],
"ThemeColor": "#ffa7c080",
"ThemeMode": "Light"
},
"Hotkeys": {
"NewNote": "ctrl+alt+n",
"QuickAsk": "ctrl+alt+q",
"Screenshot": "ctrl+alt+a",
"Selection": "ctrl+alt+e",
"ToggleWindow": "ctrl+alt+space"
},
"LiteLLM": {
"DefaultModel": "deepseek-v4-flash",
"Models": [
{
"id": "gpt-5.6-sol",
"name": "GPT-5.6 Sol",
"provider": "openai",
"enabled": false
},
{
"id": "claude-sonnet-5",
"name": "Claude Sonnet 5",
"provider": "anthropic",
"enabled": false
},
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"provider": "deepseek",
"enabled": true
}
]
},
"Layout": {
"NoteListVisible": true,
"NoteListWidth": 250,
"SessionPanelWidth": 312,
"SettingsHeight": 656,
"SettingsPage": 0,
"SettingsWidth": 1051
},
"Tools": {
"SaveDir": "",
"SearchProvider": "duckduckgo",
"ToolStates": {
"get_system_info": false,
"exec": false,
"run_python": false,
"save_file": false,
"hello": false
},
"Workspace": ""
}
}