allow human to play any roles

This commit is contained in:
garylin2099 2023-11-09 01:41:24 +08:00
parent c6350efd7f
commit 0bf2ce707e
3 changed files with 46 additions and 5 deletions

View file

@ -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()