-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini.example
More file actions
62 lines (53 loc) · 1.03 KB
/
settings.ini.example
File metadata and controls
62 lines (53 loc) · 1.03 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
[Main]
UseSounds=1
AI_Timeout_Sec=45
[Assets]
IconOn=Logo Color.ico
IconOff=Logo Dark.ico
SoundOn=SwitchOn.wav
SoundOff=SwitchOff.wav
[Hotkeys]
KeyDeepLink=#f
KeyAIMenu=!j
KeyPluginMenu=!p
KeyCaseSwitch=+!c
KeySnippetMenu=!s
KeyQuickRewrite=+!d
[AI_LM Studio]
BaseURL=http://localhost:1234/v1/chat/completions
Model=your-model-name
API_Key=
Temperature=0.7
Timeout=45
[AI_Ollama]
BaseURL=http://localhost:11434/v1/chat/completions
Model=llama3
API_Key=
Temperature=0.7
Timeout=45
[AI_OpenAI]
BaseURL=https://api.openai.com/v1/chat/completions
Model=gpt-4o-mini
API_Key=
Temperature=0.7
Timeout=45
[AI_DeepSeek]
BaseURL=https://api.deepseek.com/v1/chat/completions
Model=deepseek-chat
API_Key=
Temperature=0.7
Timeout=45
[AI_Claude]
BaseURL=https://api.anthropic.com/v1/messages
Model=claude-sonnet-4-20250514
API_Key=
Temperature=0.7
Timeout=45
[AI_YandexGPT]
BaseURL=https://llm.api.cloud.yandex.net/foundationModels/v1/completion
Model=gpt://YOUR_FOLDER_ID/yandexgpt/latest
API_Key=
Temperature=0.7
Timeout=45
[AI_General]
ActiveProvider=LM Studio