Fix simple example

This commit is contained in:
Magnus Müller
2025-09-02 11:39:34 -07:00
parent 9e04ab19b1
commit 602d44c8fb

View File

@@ -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'),
)