mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 00:36:03 +00:00
支持阿里云百炼的通用模型和自定义大模型应用
This commit is contained in:
@@ -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