mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 07:46:02 +00:00
支持阿里云百炼的通用模型和自定义大模型应用
This commit is contained in:
@@ -211,6 +211,16 @@
|
||||
"requester": "zhipuai-chat-completions",
|
||||
"token_mgr": "zhipuai",
|
||||
"vision_supported": true
|
||||
},
|
||||
{
|
||||
"name": "your-dashscope-app-id",
|
||||
"requester": "dashscope-chat-applications",
|
||||
"token_mgr": "dashscope",
|
||||
},
|
||||
{
|
||||
"name": "qwen-plus",
|
||||
"requester": "qwen-chat-completions",
|
||||
"token_mgr": "qwen",
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,6 +25,12 @@
|
||||
],
|
||||
"siliconflow": [
|
||||
"xxxxxxx"
|
||||
],
|
||||
"dashscope": [
|
||||
"sk-1234567890"
|
||||
],
|
||||
"qwen": [
|
||||
"sk-1234567890",
|
||||
]
|
||||
},
|
||||
"requester": {
|
||||
@@ -40,6 +46,16 @@
|
||||
},
|
||||
"timeout": 120
|
||||
},
|
||||
"dashscope-chat-applications": {
|
||||
"args": {},
|
||||
"base-url": "https://dashscope.aliyuncs.com/api/v1",
|
||||
"timeout": 120
|
||||
},
|
||||
"qwen-chat-completions": {
|
||||
"base-url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"args": {},
|
||||
"timeout": 120
|
||||
},
|
||||
"moonshot-chat-completions": {
|
||||
"base-url": "https://api.moonshot.cn/v1",
|
||||
"args": {},
|
||||
|
||||
Reference in New Issue
Block a user