1
1
{
2
2
"provider" : " Gemini" ,
3
3
"list" : [
4
+ {
5
+ "model" : " gemini-2.0-flash" ,
6
+ "name" : " gemini-2.0-flash" ,
7
+ "maxContext" : 1000000 ,
8
+ "maxResponse" : 8000 ,
9
+ "quoteMaxToken" : 60000 ,
10
+ "maxTemperature" : 1 ,
11
+ "vision" : true ,
12
+ "toolChoice" : true ,
13
+ "functionCall" : false ,
14
+ "defaultSystemChatPrompt" : " " ,
15
+ "datasetProcess" : true ,
16
+ "usedInClassify" : true ,
17
+ "customCQPrompt" : " " ,
18
+ "usedInExtractFields" : true ,
19
+ "usedInQueryExtension" : true ,
20
+ "customExtractPrompt" : " " ,
21
+ "usedInToolCall" : true ,
22
+ "defaultConfig" : {},
23
+ "fieldMap" : {},
24
+ "type" : " llm" ,
25
+ "showTopP" : true ,
26
+ "showStopSign" : true
27
+ },
28
+ {
29
+ "model" : " gemini-2.0-pro-exp" ,
30
+ "name" : " gemini-2.0-pro-exp" ,
31
+ "maxContext" : 2000000 ,
32
+ "maxResponse" : 8000 ,
33
+ "quoteMaxToken" : 100000 ,
34
+ "maxTemperature" : 1 ,
35
+ "vision" : true ,
36
+ "toolChoice" : true ,
37
+ "functionCall" : false ,
38
+ "defaultSystemChatPrompt" : " " ,
39
+ "datasetProcess" : true ,
40
+ "usedInClassify" : true ,
41
+ "customCQPrompt" : " " ,
42
+ "usedInExtractFields" : true ,
43
+ "usedInQueryExtension" : true ,
44
+ "customExtractPrompt" : " " ,
45
+ "usedInToolCall" : true ,
46
+ "defaultConfig" : {},
47
+ "fieldMap" : {},
48
+ "type" : " llm" ,
49
+ "showTopP" : true ,
50
+ "showStopSign" : true
51
+ },
4
52
{
5
53
"model" : " gemini-1.5-flash" ,
6
54
"name" : " gemini-1.5-flash" ,
153
201
"type" : " embedding"
154
202
}
155
203
]
156
- }
204
+ }
0 commit comments