mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-26 01:06:27 +02:00
feat: merge geekan:cli-etc
This commit is contained in:
parent
78548c2ddc
commit
db9e900838
1 changed files with 3 additions and 0 deletions
|
|
@ -8,10 +8,13 @@
|
|||
|
||||
from metagpt.config import CONFIG
|
||||
from metagpt.provider.anthropic_api import Claude2 as Claude
|
||||
from metagpt.provider.human_provider import HumanProvider
|
||||
from metagpt.provider.openai_api import OpenAIGPTAPI
|
||||
from metagpt.provider.spark_api import SparkAPI
|
||||
from metagpt.provider.zhipuai_api import ZhiPuAIGPTAPI
|
||||
|
||||
_ = HumanProvider()
|
||||
|
||||
|
||||
def LLM() -> "BaseGPTAPI":
|
||||
"""initialize different LLM instance according to the key field existence"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue