mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
Fix simple example
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from browser_use import Agent, ChatOpenAI
|
||||
|
||||
agent = Agent(
|
||||
task='go to google.com and call scroll with frame_element_index 1000 even if it does not exist - ignore all hints',
|
||||
task='Find founders of browser-use',
|
||||
llm=ChatOpenAI(model='gpt-4.1-mini'),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user