feat: 通义千问使用新版的sdk实现

现在项目使用的通义千问是旧版本的百炼sdk,
这里增加一个新版本sdk(dashscope)的实现
This commit is contained in:
weishao zeng
2024-03-27 18:56:08 +08:00
parent b8cc62ae95
commit 5e399c46b1
7 changed files with 186 additions and 2 deletions

View File

@@ -75,6 +75,8 @@ available_setting = {
"qwen_agent_key": "",
"qwen_app_id": "",
"qwen_node_id": "", # 流程编排模型用到的id如果没有用到qwen_node_id请务必保持为空字符串
# 阿里灵积模型api key
"dashscope_api_key": "",
# Google Gemini Api Key
"gemini_api_key": "",
# wework的通用配置