MetaGPT/metagpt/provider
2023-12-23 19:48:13 +08:00
..
postprecess run pre-commit to find potential issues and fix them 2023-12-21 10:48:46 +08:00
zhipuai Merge branch 'main' into feature-openai-v1 2023-12-21 12:06:12 +08:00
__init__.py fix conflict 2023-12-23 19:48:01 +08:00
anthropic_api.py refine config 2023-12-20 14:02:47 +08:00
azure_openai_api.py fixbug: Fix the confusion caused by the merging of _client, client, and async_client in the openai_api.py;Split Azure LLM and MetaGPT LLM from OpenAI LLM to reduce the number of variables defined in the Config class for compatibility. 2023-12-23 18:07:42 +08:00
base_chatbot.py feat: upgrade openai to 1.x 2023-12-04 13:55:12 +08:00
base_gpt_api.py feat: merge geekan:env_refactor 2023-12-15 17:05:09 +08:00
constant.py chore: general_function_schema, general_tool_choice -> GENERAL_FUNCTION_SCHEMA, GENERAL_TOOL_CHOICE 2023-11-21 17:14:39 +08:00
fireworks_api.py feat: merge geekan:main 2023-12-22 16:40:04 +08:00
general_api_base.py fix conflict 2023-12-23 19:48:01 +08:00
general_api_requestor.py format general_api_requestor params type 2023-12-23 19:48:13 +08:00
google_gemini_api.py feat: merge geekan:main 2023-12-22 16:40:04 +08:00
human_provider.py feat: merge send18 2023-12-15 16:29:55 +08:00
llm_provider_registry.py add llm provider registry 2023-12-20 14:04:45 +08:00
metagpt_api.py feat: merge geekan:main 2023-12-22 16:40:04 +08:00
ollama_api.py fix conflict 2023-12-23 19:48:01 +08:00
open_llm_api.py feat: merge geekan:main 2023-12-22 16:40:04 +08:00
openai_api.py fixbug: Fix the confusion caused by the merging of _client, client, and async_client in the openai_api.py;Split Azure LLM and MetaGPT LLM from OpenAI LLM to reduce the number of variables defined in the Config class for compatibility. 2023-12-23 18:07:42 +08:00
spark_api.py add llm provider registry 2023-12-20 14:04:45 +08:00
zhipuai_api.py fixbug: OpenAIGPTAPI:_achat_completion_stream 2023-12-22 17:43:59 +08:00