99i commited on
Commit
1611a7c
·
verified ·
1 Parent(s): 12f535b

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +193 -0
config.json ADDED
@@ -0,0 +1,193 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "systemEnv": {
3
+ "openapiPrefix": "fastgpt",
4
+ "vectorMaxProcess": 10,
5
+ "qaMaxProcess": 10,
6
+ "pgHNSWEfSearch": 80
7
+ },
8
+ "llmModels": [
9
+ {
10
+ "model": "Vendor-A/Qwen/Qwen2.5-72B-Instruct",
11
+ "name": "Qwen2.5-72B-Instruct",
12
+ "avatar": "/imgs/model/qwen.svg",
13
+ "maxContext": 32000,
14
+ "maxResponse": 4096,
15
+ "quoteMaxToken": 8192,
16
+ "maxTemperature": 1.0,
17
+ "inputPrice": 0,
18
+ "outputPrice": 0,
19
+ "censor": false,
20
+ "vision": false,
21
+ "datasetProcess": true,
22
+ "toolChoice": true,
23
+ "functionCall": true,
24
+ "customCQPrompt": "",
25
+ "customExtractPrompt": "",
26
+ "defaultSystemChatPrompt": "",
27
+ "defaultConfig": {}
28
+ },
29
+ {
30
+ "model": "deepseek-ai/DeepSeek-V2.5",
31
+ "name": "DeepSeek V2.5",
32
+ "avatar": "/imgs/model/deepseek.svg",
33
+ "maxContext": 32000,
34
+ "maxResponse": 4096,
35
+ "quoteMaxToken": 4096,
36
+ "maxTemperature": 1.0,
37
+ "inputPrice": 0,
38
+ "outputPrice": 0,
39
+ "censor": false,
40
+ "vision": false,
41
+ "datasetProcess": true,
42
+ "toolChoice": true,
43
+ "functionCall": true,
44
+ "customCQPrompt": "",
45
+ "customExtractPrompt": "",
46
+ "defaultSystemChatPrompt": "",
47
+ "defaultConfig": {}
48
+ },
49
+ {
50
+ "model": "Qwen/Qwen2.5-72B-Instruct-128K",
51
+ "name": "Qwen2.5-72B-Instruct-128K",
52
+ "avatar": "/imgs/model/qwen.svg",
53
+ "maxContext": 128000,
54
+ "maxResponse": 8192,
55
+ "quoteMaxToken": 128000,
56
+ "maxTemperature": 1.0,
57
+ "inputPrice": 0,
58
+ "outputPrice": 0,
59
+ "censor": false,
60
+ "vision": true,
61
+ "datasetProcess": true,
62
+ "toolChoice": true,
63
+ "functionCall": true,
64
+ "customCQPrompt": "",
65
+ "customExtractPrompt": "",
66
+ "defaultSystemChatPrompt": "",
67
+ "defaultConfig": {}
68
+ },
69
+ {
70
+ "model": "Qwen/Qwen2.5-32B-Instruct",
71
+ "name": "Qwen2.5-32B-Instruct",
72
+ "avatar": "/imgs/model/qwen.svg",
73
+ "maxContext": 32000,
74
+ "maxResponse": 4096,
75
+ "quoteMaxToken": 32000,
76
+ "maxTemperature": 1.0,
77
+ "inputPrice": 0,
78
+ "outputPrice": 0,
79
+ "censor": false,
80
+ "vision": false,
81
+ "datasetProcess": true,
82
+ "toolChoice": true,
83
+ "functionCall": true,
84
+ "customCQPrompt": "",
85
+ "customExtractPrompt": "",
86
+ "defaultSystemChatPrompt": "",
87
+ "defaultConfig": {}
88
+ },
89
+ {
90
+ "model": "deepseek-ai/deepseek-vl2",
91
+ "name": "deepseek-vl2",
92
+ "avatar": "/imgs/model/deepseek.svg",
93
+ "maxContext": 4096,
94
+ "maxResponse": 2048,
95
+ "quoteMaxToken": 4096,
96
+ "maxTemperature": 1.0,
97
+ "inputPrice": 0,
98
+ "outputPrice": 0,
99
+ "censor": false,
100
+ "vision": true,
101
+ "datasetProcess": true,
102
+ "toolChoice": false,
103
+ "functionCall": false,
104
+ "customCQPrompt": "",
105
+ "customExtractPrompt": "",
106
+ "defaultSystemChatPrompt": "",
107
+ "defaultConfig": {}
108
+ }
109
+ ],
110
+ "vectorModels": [
111
+ {
112
+ "model": "BAAI/bge-m3",
113
+ "name": "bge-m3",
114
+ "avatar": "/imgs/model/openai.svg",
115
+ "charsPointsPrice": 0,
116
+ "defaultToken": 4096,
117
+ "maxToken": 8192,
118
+ "weight": 100,
119
+ "defaultConfig": {
120
+ "dimensions": 1024
121
+ }
122
+ },
123
+ {
124
+ "model": "BAAI/bge-large-zh-v1.5",
125
+ "name": "bge-large-zh-v1.5",
126
+ "avatar": "/imgs/model/openai.svg",
127
+ "charsPointsPrice": 0,
128
+ "defaultToken": 512,
129
+ "maxToken": 512,
130
+ "weight": 100,
131
+ "defaultConfig": {
132
+ "dimensions": 1024
133
+ }
134
+ },
135
+ {
136
+ "model": "netease-youdao/bce-embedding-base_v1",
137
+ "name": "bce-embedding-base_v1",
138
+ "avatar": "/imgs/model/openai.svg",
139
+ "charsPointsPrice": 0,
140
+ "defaultToken": 512,
141
+ "maxToken": 512,
142
+ "weight": 100,
143
+ "defaultConfig": {
144
+ "dimensions": 768
145
+ }
146
+ }
147
+ ],
148
+ "reRankModels": [],
149
+ "audioSpeechModels": [
150
+ {
151
+ "model": "FunAudioLLM/CosyVoice2-0.5B",
152
+ "name": "CosyVoice2-0.5B",
153
+ "charsPointsPrice": 0,
154
+ "voices": [
155
+ {
156
+ "label": "anna",
157
+ "value": "FunAudioLLM/CosyVoice2-0.5B:anna",
158
+ "bufferId": "openai-Alloy"
159
+ },
160
+ {
161
+ "label": "bella",
162
+ "value": "FunAudioLLM/CosyVoice2-0.5B:bella",
163
+ "bufferId": "openai-Echo"
164
+ },
165
+ {
166
+ "label": "benjamin",
167
+ "value": "FunAudioLLM/CosyVoice2-0.5B:benjamin",
168
+ "bufferId": "openai-Fable"
169
+ },
170
+ {
171
+ "label": "charles",
172
+ "value": "FunAudioLLM/CosyVoice2-0.5B:charles",
173
+ "bufferId": "openai-Onyx"
174
+ },
175
+ {
176
+ "label": "claire",
177
+ "value": "FunAudioLLM/CosyVoice2-0.5B:claire",
178
+ "bufferId": "openai-Nova"
179
+ },
180
+ {
181
+ "label": "david",
182
+ "value": "FunAudioLLM/CosyVoice2-0.5B:david",
183
+ "bufferId": "openai-Shimmer"
184
+ }
185
+ ]
186
+ }
187
+ ],
188
+ "whisperModel": {
189
+ "model": "FunAudioLLM/SenseVoiceSmall",
190
+ "name": "FunAudioLLM/SenseVoiceSmall",
191
+ "charsPointsPrice": 0
192
+ }
193
+ }