Skip to content

Commit 267ceb8

Browse files
committed
fix: 修复豆包模型名称错误问题
1 parent 0cb2547 commit 267ceb8

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

web/src/config/llm_factories.json

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,74 +1003,60 @@
10031003
"status": "1",
10041004
"llm": [
10051005
{
1006-
"llm_name": "doubao-seed-1.6",
1006+
"llm_name": "doubao-seed-1-6-250615",
10071007
"tags": "LLM,CHAT,256K,IMAGE2TEXT,REASONING",
10081008
"max_tokens": 256000,
10091009
"model_type": "chat",
10101010
"is_tools": true
10111011
},
10121012
{
1013-
"llm_name": "doubao-seed-1.6-lite",
1013+
"llm_name": "doubao-seed-1-6-lite-251015",
10141014
"tags": "LLM,CHAT,256K,IMAGE2TEXT,REASONING",
10151015
"max_tokens": 256000,
10161016
"model_type": "chat",
10171017
"is_tools": true
10181018
},
10191019
{
1020-
"llm_name": "doubao-seed-1.6-flash",
1020+
"llm_name": "doubao-seed-1-6-flash-250828",
10211021
"tags": "LLM,CHAT,256K,IMAGE2TEXT,FAST,REASONING",
10221022
"max_tokens": 256000,
10231023
"model_type": "chat",
10241024
"is_tools": true
10251025
},
10261026
{
1027-
"llm_name": "doubao-seed-1.6-thinking",
1027+
"llm_name": "doubao-seed-1-6-thinking-250715",
10281028
"tags": "LLM,CHAT,256K,REASONING,IMAGE2TEXT",
10291029
"max_tokens": 256000,
10301030
"model_type": "chat",
10311031
"is_tools": true
10321032
},
10331033
{
1034-
"llm_name": "doubao-seed-1.6-vision",
1034+
"llm_name": "doubao-seed-1-6-vision-250815",
10351035
"tags": "LLM,CHAT,256K,IMAGE2TEXT,REASONING,GUI",
10361036
"max_tokens": 256000,
10371037
"model_type": "image2text",
10381038
"is_tools": true
10391039
},
10401040
{
1041-
"llm_name": "deepseek-v3.1",
1041+
"llm_name": "deepseek-v3-1-250821",
10421042
"tags": "LLM,CHAT,128K,REASONING",
10431043
"max_tokens": 128000,
10441044
"model_type": "chat",
10451045
"is_tools": true
10461046
},
10471047
{
1048-
"llm_name": "doubao-1.5-pro-32k",
1048+
"llm_name": "doubao-1-5-pro-32k-250115",
10491049
"tags": "LLM,CHAT,32K,CHARACTER",
10501050
"max_tokens": 32768,
10511051
"model_type": "chat",
10521052
"is_tools": false
10531053
},
10541054
{
1055-
"llm_name": "doubao-embedding-large",
1056-
"tags": "TEXT EMBEDDING",
1057-
"max_tokens": 4096,
1058-
"model_type": "embedding",
1059-
"is_tools": false
1060-
},
1061-
{
1062-
"llm_name": "doubao-embedding",
1055+
"llm_name": "doubao-embedding-text-240715",
10631056
"tags": "TEXT EMBEDDING",
10641057
"max_tokens": 4096,
10651058
"model_type": "embedding",
10661059
"is_tools": false
1067-
},
1068-
{
1069-
"llm_name": "doubao-embedding-vision",
1070-
"tags": "TEXT EMBEDDING,IMAGE2TEXT,MULTIMODAL",
1071-
"max_tokens": 128000,
1072-
"model_type": "embedding",
1073-
"is_tools": false
10741060
}
10751061
]
10761062
},

0 commit comments

Comments
 (0)