mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
rm not fully ready claude_api
This commit is contained in:
parent
c25d5a73d1
commit
56b75b34dd
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ def LLM() -> "BaseGPTAPI":
|
|||
# TODO a little trick, can use registry to initialize LLM instance further
|
||||
if CONFIG.openai_api_key:
|
||||
llm = OpenAIGPTAPI()
|
||||
elif CONFIG.claude_api_key:
|
||||
llm = Claude()
|
||||
elif CONFIG.spark_api_key:
|
||||
llm = SparkAPI()
|
||||
elif CONFIG.zhipuai_api_key:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue