mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-03 04:42:38 +02:00
Optimize: Update certain prompt formats.
This commit is contained in:
parent
2d8a3f1296
commit
e43ae21d98
9 changed files with 43 additions and 49 deletions
|
|
@ -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'}.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue