MetaGPT/tests/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 add test 2023-12-23 19:35:07 +08:00
document_store feat: merge geekan:cli-etc 2023-11-28 18:16:50 +08:00
management refactor: pre-commit run --all-files 2023-11-22 16:26:48 +08:00
memory refactor action_output and action_node 2023-12-20 14:16:04 +08:00
planner feat: merge geekan:cli-etc 2023-11-28 18:16:50 +08:00
provider [Bugfix] Set openai proxy for class ZhiPuAPTAPI 2023-12-25 16:15:52 +00:00
roles fix 2023-12-22 22:22:01 +08:00
serialize_deserialize run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
tools change all mail address from fuzhi.ai to deepwisdom.ai 2023-12-11 15:23:55 +08:00
utils support Message() without content param 2023-12-21 17:27:09 +08:00
__init__.py init project 2023-06-30 17:10:48 +08:00
test_action.py init project 2023-06-30 17:10:48 +08:00
test_environment.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
test_gpt.py feat: +log 2023-12-04 10:31:02 +08:00
test_llm.py refactor: format 2023-12-14 21:10:46 +08:00
test_manager.py init project 2023-06-30 17:10:48 +08:00
test_message.py support Message() without content param 2023-12-21 17:27:09 +08:00
test_prompt.py refine action node and add some experiment 2023-12-21 11:03:21 +08:00
test_role.py refine utils code 2023-12-20 13:58:26 +08:00
test_schema.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
test_startup.py use metagpt cli instead. update all related docs 2023-12-11 14:58:54 +08:00
test_subscription.py support Message() without content param 2023-12-21 17:27:09 +08:00
test_team.py run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00