diff --git a/examples/simple.py b/examples/simple.py index ff30e97c2..556d737e1 100644 --- a/examples/simple.py +++ b/examples/simple.py @@ -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'), )