mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-25 05:46:13 +00:00
阿里云百炼平台应用API支持
This commit is contained in:
+17
-16
@@ -25,12 +25,6 @@
|
||||
],
|
||||
"siliconflow": [
|
||||
"xxxxxxx"
|
||||
],
|
||||
"dashscope": [
|
||||
"sk-1234567890"
|
||||
],
|
||||
"qwen": [
|
||||
"sk-1234567890",
|
||||
]
|
||||
},
|
||||
"requester": {
|
||||
@@ -46,16 +40,6 @@
|
||||
},
|
||||
"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": {},
|
||||
@@ -119,5 +103,22 @@
|
||||
"output-key": "summary",
|
||||
"timeout": 120
|
||||
}
|
||||
},
|
||||
"dashscope-service-api": {
|
||||
"agent": {
|
||||
"api-key": "sk-1234567890",
|
||||
"app-id": "Your_app_id",
|
||||
"references_quote": "参考资料来自:"
|
||||
},
|
||||
"app-type": "agent",
|
||||
"workflow": {
|
||||
"api-key": "sk-1234567890",
|
||||
"app-id": "Your_app_id",
|
||||
"references_quote": "参考资料来自:",
|
||||
"biz_params": {
|
||||
"city": "北京",
|
||||
"date": "2023-08-10"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user