add qwen long (#4363)

This commit is contained in:
Archer
2025-03-27 16:50:29 +08:00
committed by GitHub
parent 96aabdf579
commit fed04f0b5d

View File

@@ -296,6 +296,30 @@
"showStopSign": true, "showStopSign": true,
"responseFormatList": ["text", "json_object"] "responseFormatList": ["text", "json_object"]
}, },
{
"model": "qwen-long",
"name": "qwen-long",
"maxContext": 100000,
"maxResponse": 6000,
"quoteMaxToken": 10000,
"maxTemperature": 1,
"vision": false,
"toolChoice": false,
"functionCall": false,
"defaultSystemChatPrompt": "",
"datasetProcess": false,
"usedInClassify": false,
"customCQPrompt": "",
"usedInExtractFields": false,
"usedInQueryExtension": false,
"customExtractPrompt": "",
"usedInToolCall": false,
"defaultConfig": {},
"fieldMap": {},
"type": "llm",
"showTopP": false,
"showStopSign": false
},
{ {
"model": "text-embedding-v3", "model": "text-embedding-v3",
"name": "text-embedding-v3", "name": "text-embedding-v3",