mertunsal commited on
Commit
9c701ed
·
verified ·
1 Parent(s): 20bb7ec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -42,6 +42,7 @@ llm = ChatBrowserUse(
42
  agent = Agent(
43
  task='Find the number of stars of browser-use and stagehand. Tell me which one has more stars :)',
44
  llm=llm,
 
45
  )
46
  agent.run_sync()
47
  ```
 
42
  agent = Agent(
43
  task='Find the number of stars of browser-use and stagehand. Tell me which one has more stars :)',
44
  llm=llm,
45
+ flash_mode=True
46
  )
47
  agent.run_sync()
48
  ```