-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathchat-settings.json
More file actions
25 lines (25 loc) · 738 Bytes
/
chat-settings.json
File metadata and controls
25 lines (25 loc) · 738 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
{
"selected_model": "gemma3:4b-it-fp16",
"current_model": "gemma3:4b-it-fp16",
"agent_type": "None",
"metacognitive_type": "None",
"voice_type": "None",
"selected_corpus": "None",
"temperature_slider_chat": 0.7,
"max_tokens_slider_chat": 4000,
"presence_penalty_slider_chat": 0.0,
"frequency_penalty_slider_chat": 0.0,
"episodic_memory_enabled": false,
"advanced_thinking_enabled": false,
"thinking_steps": [
"1. Analyzing the problem",
"2. Breaking down into subtasks",
"3. Exploring potential solutions",
"4. Evaluating approaches",
"5. Formulating a comprehensive answer"
],
"instance_adaptive_cot_enabled": false,
"cot_strategy": "IAP-ss",
"cot_threshold": 0.5,
"cot_top_n": 3
}