mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 12:22:39 +02:00
allow human to play any roles
This commit is contained in:
parent
c6350efd7f
commit
0bf2ce707e
3 changed files with 46 additions and 5 deletions
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
from metagpt.provider.anthropic_api import Claude2 as Claude
|
||||
from metagpt.provider.openai_api import OpenAIGPTAPI as LLM
|
||||
from metagpt.provider.human_gpt import HumanGPT
|
||||
|
||||
DEFAULT_LLM = LLM()
|
||||
CLAUDE_LLM = Claude()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue