Kevin Hu
commited on
Commit
·
cae0eab
1
Parent(s):
0d773d7
Refactor model list. (#4346)
Browse files### What problem does this PR solve?
### Type of change
- [x] Refactoring
- conf/llm_factories.json +7 -7
conf/llm_factories.json
CHANGED
@@ -110,6 +110,12 @@
|
|
110 |
"max_tokens": 8191,
|
111 |
"model_type": "chat"
|
112 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
113 |
{
|
114 |
"llm_name": "qwen-plus",
|
115 |
"tags": "LLM,CHAT,32K",
|
@@ -952,12 +958,6 @@
|
|
952 |
"max_tokens": 1048576,
|
953 |
"model_type": "chat"
|
954 |
},
|
955 |
-
{
|
956 |
-
"llm_name": "gemini-1.0-pro",
|
957 |
-
"tags": "LLM,CHAT,30K",
|
958 |
-
"max_tokens": 30720,
|
959 |
-
"model_type": "chat"
|
960 |
-
},
|
961 |
{
|
962 |
"llm_name": "gemini-2.0-flash-exp",
|
963 |
"tags": "LLM,CHAT,1024K",
|
@@ -2545,4 +2545,4 @@
|
|
2545 |
"llm": []
|
2546 |
}
|
2547 |
]
|
2548 |
-
}
|
|
|
110 |
"max_tokens": 8191,
|
111 |
"model_type": "chat"
|
112 |
},
|
113 |
+
{
|
114 |
+
"llm_name": "qwen-max",
|
115 |
+
"tags": "LLM,CHAT,32K",
|
116 |
+
"max_tokens": 32768,
|
117 |
+
"model_type": "chat"
|
118 |
+
},
|
119 |
{
|
120 |
"llm_name": "qwen-plus",
|
121 |
"tags": "LLM,CHAT,32K",
|
|
|
958 |
"max_tokens": 1048576,
|
959 |
"model_type": "chat"
|
960 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
961 |
{
|
962 |
"llm_name": "gemini-2.0-flash-exp",
|
963 |
"tags": "LLM,CHAT,1024K",
|
|
|
2545 |
"llm": []
|
2546 |
}
|
2547 |
]
|
2548 |
+
}
|