This repository was archived by the owner on Jun 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathconfig.json
More file actions
66 lines (65 loc) · 1.47 KB
/
config.json
File metadata and controls
66 lines (65 loc) · 1.47 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
{
"verbose": true,
"log": true,
"assistant_name": "Ame",
"memory": {
"enabled": true,
"path": null
},
"language": {
"enabled": true,
"model_path": null,
"max_tokens": 512,
"temperature": 0.85,
"context_size": 0,
"top_p": 0.95,
"top_k": 40,
"gpu_layers": -1,
"main_gpu": 0,
"threads": null,
"virtual_context_limit": 2048,
"personality_prompt": null,
"model_file_ext": ".gguf",
"format": "chatml",
"system_prompt": null,
"lora": {
"enabled": false,
"model_path": null
}
},
"vision": {
"enabled": false,
"standalone_clip": {
"enabled": false,
"model_path": null
},
"llava":
{
"enabled": false,
"clip_path": null
}
},
"tts": {
"enabled": false,
"model_path": null,
"temperature": 0.6
},
"stt": {
"enabled": true,
"model_path": null
},
"modules": {
"enabled": false,
"naive_bayes": {
"enabled": false,
"model_path": null,
"vectorizer_path": null
},
"json_path": null,
"llm_model_path": null,
"override_debug": false
},
"weeb": false,
"use_gpu": true,
"debug": false
}