Skip to content

Commit

Permalink
fix azure model
Browse files Browse the repository at this point in the history
更新chatgpt_tool_hub至0.4.6,拉取最新代码。tool即可使用azure接口!
  • Loading branch information
6vision committed Jul 4, 2023
1 parent 94b47a5 commit 7a9205d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/tool/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ def _build_tool_kwargs(self, kwargs: dict):
"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暂未对其他模型测试,但这里仍对配置来源做了优先级区分,一般插件配置可覆盖全局配置
Expand Down

0 comments on commit 7a9205d

Please sign in to comment.