Merge pull request #1066 from lyg09270/master

阿里云百炼平台通用模型和自定义模型应用API支持
This commit is contained in:
Junyan Qin (Chin)
2025-02-12 13:44:19 +08:00
committed by GitHub
8 changed files with 346 additions and 1 deletions
+16
View File
@@ -111,5 +111,21 @@
"output-key": "summary",
"timeout": 120
}
},
"dashscope-app-api": {
"app-type": "agent",
"api-key": "sk-1234567890",
"agent": {
"app-id": "Your_app_id",
"references_quote": "参考资料来自:"
},
"workflow": {
"app-id": "Your_app_id",
"references_quote": "参考资料来自:",
"biz_params": {
"city": "北京",
"date": "2023-08-10"
}
}
}
}