Skip to content

Commit 3022970

Browse files
authored
Merge branch 'main' into add_classes_to_apidoc
2 parents f66d2e0 + b07c166 commit 3022970

File tree

1 file changed

+1
-1
lines changed
  • python/packages/magentic-one-cli/src/magentic_one_cli

1 file changed

+1
-1
lines changed

python/packages/magentic-one-cli/src/magentic_one_cli/_m1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main() -> None:
3939
async def run_task(task: str, hil_mode: bool) -> None:
4040
client = OpenAIChatCompletionClient(model="gpt-4o")
4141
m1 = MagenticOne(client=client, hil_mode=hil_mode)
42-
await Console(m1.run_stream(task=task))
42+
await Console(m1.run_stream(task=task), output_stats=False)
4343

4444
task = args.task[0]
4545
asyncio.run(run_task(task, not args.no_hil))

0 commit comments

Comments
 (0)