MetaGPT/metagpt
xiaofenggang a87b5056d7 [Bugfix] Set openai proxy for class ZhiPuAPTAPI
When using ZHIPUAI as the large model provider, it is not possible to access ZHIPUAI in an HTTP proxy environment, and the following error will be reported:
openai.error.APIConnectionError: Error communicating with OpenAI

So we need set proxy for class ZhiPuAPTAPI.
2023-12-25 16:15:52 +00:00
..
actions Lazy Loading WEB_BROWSER_ENGINE 2023-12-23 21:58:54 +08:00
document_store upgrade langchain and simplify faiss load/save 2023-12-22 15:57:55 +08:00
learn init project 2023-06-30 17:10:48 +08:00
management refactor: pre-commit run --all-files 2023-11-22 16:26:48 +08:00
memory run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
prompts feat: merge geekan:main 2023-12-14 20:34:04 +08:00
provider [Bugfix] Set openai proxy for class ZhiPuAPTAPI 2023-12-25 16:15:52 +00:00
roles Merge pull request #623 from femto/fix_sk_agent 2023-12-25 17:53:44 +08:00
skills 修正 2023-10-18 22:17:16 +08:00
tools fix format 2023-12-21 15:06:59 +08:00
utils Merge branch 'main' into feat_basemodel 2023-12-22 22:33:06 +08:00
__init__.py fix RuntimeError: Event loop is closed in windows 2023-09-18 22:37:54 +08:00
_compat.py 修正 2023-10-18 22:17:16 +08:00
config.py add options to disable llm provider check 2023-12-23 21:56:19 +08:00
const.py add ollama support 2023-12-22 02:20:43 +08:00
document.py workspace path update 2023-12-15 15:26:08 +08:00
environment.py fix bugs and make it perform better 2023-12-22 17:15:36 +08:00
llm.py add options to disable llm provider check 2023-12-23 21:56:19 +08:00
logs.py add llm stream log 2023-12-23 22:45:20 +08:00
repo_parser.py refine code 2023-12-20 14:03:27 +08:00
schema.py add simplest debate example 2023-12-22 13:05:27 +08:00
startup.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
subscription.py support Message() without content param 2023-12-21 17:27:09 +08:00
team.py refine debate example 2023-12-23 02:41:55 +08:00