diff --git a/examples/models/bu_oss.py b/examples/models/bu_oss.py index 92c708c72..9a6355e5f 100644 --- a/examples/models/bu_oss.py +++ b/examples/models/bu_oss.py @@ -25,5 +25,6 @@ llm = ChatBrowserUse( agent = Agent( task='Find the number of stars of browser-use and stagehand. Tell me which one has more stars :)', llm=llm, + flash_mode=True, ) agent.run_sync()