This commit is contained in:
ziming 2023-09-19 20:40:58 +08:00
parent e315d8365b
commit 5709e48713
2 changed files with 18 additions and 17 deletions

View file

@ -17,7 +17,7 @@ from metagpt.logs import logger
from metagpt.roles import Role
from metagpt.schema import Message
from metagpt.utils.common import NoMoneyException
from metagpt.llm import LLM
from metagpt.llm import DEFAULT_LLM
正方一辩提示词='''
##角色
现在你是一名高水平有辩论技巧有强大表达能力的辩手
@ -105,7 +105,7 @@ def main(
asyncio.run(startup(zf,ff))
async def startup(正方辩题:str,反方辩题:str):
llm=LLM()
llm=DEFAULT_LLM
#一辩环节
#正方