Skip to content

Commit c877d30

Browse files
authored
Update README.md with .ENV and ARG
1 parent f93d8e0 commit c877d30

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,20 @@ uv run playwright install --with-deps --no-shell chromium
2020
uv run server --transport sse --port 8000
2121
```
2222

23+
- the .env requires the following:
24+
25+
```
26+
OPENAI_API_KEY=[your api key]
27+
CHROME_PATH=[only change this if you have a custom chrome build]
28+
```
29+
- we will be adding support for other LLM providers to power browser-use (claude, grok, bedrock, etc)
30+
31+
when building the dockerfile you can add in your own VNC server password:
32+
33+
```
34+
docker build --build-arg VNC_PASSWORD=klaatubaradanikto .
35+
```
36+
2337
### supported clients
2438

2539
- cursor.ai

0 commit comments

Comments
 (0)