mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
feat: Enable flash mode for Agent in bu_oss example
Co-authored-by: mailmertunsal <mailmertunsal@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user