MetaGPT
MetaGPT copied to clipboard
Proxy Setting for other LLM
Feature description Google Gemini怎么设置代理啊?
Your Feature 希望支持Google Gemini的代理.
please help to support Gemini proxy setting .thanks
运行代码前,本地配置全局代理。例如:
export http_proxy=http://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890
试试在配置文件 config.yaml 里增加 GLOBAL_PROXY: 这个配置
运行代码前,本地配置全局代理。例如:
export http_proxy=http://127.0.0.1:7890 export https_proxy=http://127.0.0.1:7890
谢谢 搞定
试试在配置文件 config.yaml 里增加 GLOBAL_PROXY: 这个配置
这个我加上了还是没用。 上面的兄弟的方法可以用。。谢谢你