lbls888 commited on
Commit
492c918
·
verified ·
1 Parent(s): 6ba032c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +47 -99
config.json CHANGED
@@ -1,103 +1,51 @@
1
  {
2
- "systemEnv": {
3
- "openapiPrefix": "fastgpt",
4
- "vectorMaxProcess": 15,
5
- "qaMaxProcess": 15,
6
- "pgHNSWEfSearch": 100
7
- },
8
- "llmModels": [
9
- {
10
- "model": "gemini-2.0-pro-exp-02-05",
11
- "name": "gemini-2.0-pro-exp-02-05",
12
- "maxContext": 16000,
13
- "avatar": "/imgs/model/openai.svg",
14
- "maxResponse": 4000,
15
- "quoteMaxToken": 13000,
16
- "maxTemperature": 0.8,
17
- "charsPointsPrice": 0,
18
- "censor": false,
19
- "vision": true,
20
- "datasetProcess": true,
21
- "usedInClassify": true,
22
- "usedInExtractFields": true,
23
- "usedInToolCall": true,
24
- "usedInQueryExtension": true,
25
- "toolChoice": true,
26
- "functionCall": true,
27
- "customCQPrompt": "",
28
- "customExtractPrompt": "",
29
- "defaultSystemChatPrompt": "",
30
- "defaultConfig": {}
31
- },
32
- {
33
- "model": "google/gemini-2.0-flash-exp:free",
34
- "name": "google/gemini-2.0-flash-exp",
35
- "maxContext": 36000,
36
- "avatar": "/imgs/model/openai.svg",
37
- "maxResponse": 4000,
38
- "quoteMaxToken": 23000,
39
- "maxTemperature": 1.2,
40
- "charsPointsPrice": 0,
41
- "censor": false,
42
- "vision": false,
43
- "datasetProcess": true,
44
- "usedInClassify": true,
45
- "usedInExtractFields": true,
46
- "usedInToolCall": true,
47
- "usedInQueryExtension": true,
48
- "toolChoice": true,
49
- "functionCall": true,
50
- "customCQPrompt": "",
51
- "customExtractPrompt": "",
52
- "defaultSystemChatPrompt": "",
53
- "defaultConfig": {}
54
- },
55
- {
56
- "model": "gemini-2.0-flash-thinking-exp-01-21",
57
- "name": "思考模型",
58
- "maxContext": 128000,
59
- "avatar": "/imgs/model/openai.svg",
60
- "maxResponse": 4000,
61
- "quoteMaxToken": 130000,
62
- "maxTemperature": 1.2,
63
- "charsPointsPrice": 0,
64
- "censor": false,
65
- "vision": true,
66
- "datasetProcess": true,
67
- "usedInClassify": true,
68
- "usedInExtractFields": true,
69
- "usedInToolCall": true,
70
- "usedInQueryExtension": true,
71
- "toolChoice": true,
72
- "functionCall": true,
73
- "customCQPrompt": "",
74
- "customExtractPrompt": "",
75
- "defaultSystemChatPrompt": "",
76
- "defaultConfig": {}
77
- },
78
- {
79
- "model": "gemini-2.0-pro-exp-02-05-search",
80
- "name": "搜索gemini-02-05",
81
- "maxContext": 16000,
82
- "avatar": "/imgs/model/openai.svg",
83
- "maxResponse": 4000,
84
- "quoteMaxToken": 13000,
85
- "maxTemperature": 1.2,
86
- "charsPointsPrice": 0,
87
- "censor": true,
88
- "vision": true,
89
- "datasetProcess": true,
90
- "usedInClassify": true,
91
- "usedInExtractFields": true,
92
- "usedInToolCall": true,
93
- "usedInQueryExtension": true,
94
- "toolChoice": true,
95
- "functionCall": true,
96
- "customCQPrompt": "",
97
- "customExtractPrompt": "",
98
- "defaultSystemChatPrompt": "",
99
- "defaultConfig": {}
100
- }
101
  ],
102
  "vectorModels": [
103
  {
 
1
  {
2
+ "systemEnv": {
3
+ "openapiPrefix": "fastgpt",
4
+ "vectorMaxProcess": 10,
5
+ "qaMaxProcess": 10,
6
+ "pgHNSWEfSearch": 80
7
+ },
8
+ "llmModels": [
9
+ {
10
+ "model": "@cf/qwen/qwen1.5-14b-chat-awq",
11
+ "name": "Qwen 1.5 14B Chat AWQ",
12
+ "avatar": "/imgs/model/qwen.svg",
13
+ "maxContext": 8192,
14
+ "maxResponse": 2048,
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-chat",
31
+ "name": "DeepSeek V2",
32
+ "avatar": "/imgs/model/deepseek.svg",
33
+ "maxContext": 4096,
34
+ "maxResponse": 2048,
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
  "vectorModels": [
51
  {