瀏覽代碼

fix azure model

更新chatgpt_tool_hub至0.4.6,拉取最新代码。tool即可使用azure接口!
master
vision GitHub 1 年之前
父節點
當前提交
7a9205dfba
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      plugins/tool/tool.py

+ 1
- 0
plugins/tool/tool.py 查看文件

@@ -137,6 +137,7 @@ class Tool(Plugin):
"debug": kwargs.get("debug", False),
"openai_api_key": conf().get("open_ai_api_key", ""),
"open_ai_api_base": conf().get("open_ai_api_base", "https://api.openai.com/v1"),
"deployment_id": conf().get("azure_deployment_id", ""),
"proxy": conf().get("proxy", ""),
"request_timeout": request_timeout if request_timeout else conf().get("request_timeout", 120),
# note: 目前tool暂未对其他模型测试,但这里仍对配置来源做了优先级区分,一般插件配置可覆盖全局配置


Loading…
取消
儲存