mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-10-31 09:50:11 +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: |     async def run_task(task: str, hil_mode: bool) -> None: | ||||||
|         client = OpenAIChatCompletionClient(model="gpt-4o") |         client = OpenAIChatCompletionClient(model="gpt-4o") | ||||||
|         m1 = MagenticOne(client=client, hil_mode=hil_mode) |         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] |     task = args.task[0] | ||||||
|     asyncio.run(run_task(task, not args.no_hil)) |     asyncio.run(run_task(task, not args.no_hil)) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 afourney
						afourney