Update README.md
Browse files
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 |
```
|