支持阿里云百炼的通用模型和自定义大模型应用

This commit is contained in:
Civic_Crab
2025-02-09 06:32:49 +08:00
parent 4d8ebc8c38
commit 52eb37d13d
5 changed files with 215 additions and 1 deletions

View File

@@ -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": {},