Optimize: Update certain prompt formats.

This commit is contained in:
shenchucheng 2023-08-09 20:28:31 +08:00
parent 2d8a3f1296
commit e43ae21d98
9 changed files with 43 additions and 49 deletions

View file

@ -6,7 +6,7 @@ from metagpt.roles.researcher import RESEARCH_PATH, Researcher
async def main():
topic = "dataiku .vs datarobot"
topic = "dataiku vs. datarobot"
role = Researcher(language="en-us")
await role.run(topic)
print(f"save report to {RESEARCH_PATH / f'{topic}.md'}.")