mirror of
https://github.com/microsoft/autogen.git
synced 2025-09-08 15:56:13 +00:00
Disable usage stats on m1 command. (#4960)
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
parent
3d6d661f7e
commit
b07c1662b3
@ -39,7 +39,7 @@ def main() -> None:
|
||||
async def run_task(task: str, hil_mode: bool) -> None:
|
||||
client = OpenAIChatCompletionClient(model="gpt-4o")
|
||||
m1 = MagenticOne(client=client, hil_mode=hil_mode)
|
||||
await Console(m1.run_stream(task=task))
|
||||
await Console(m1.run_stream(task=task), output_stats=False)
|
||||
|
||||
task = args.task[0]
|
||||
asyncio.run(run_task(task, not args.no_hil))
|
||||
|
Loading…
x
Reference in New Issue
Block a user