Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,22 @@ uv run playwright install --with-deps --no-shell chromium
uv run server --transport sse --port 8000
```

- the .env requires the following:

```
OPENAI_API_KEY=[your api key]
CHROME_PATH=[only change this if you have a custom chrome build]
```

- we will be adding support for other LLM providers to power browser-use
(claude, grok, bedrock, etc)

when building the dockerfile you can add in your own VNC server password:

```
docker build --build-arg VNC_PASSWORD=klaatubaradanikto .
```

### supported clients

- cursor.ai
Expand Down
Loading