Skip to content

Commit 682ba48

Browse files
authored
Merge branch 'main' into 9-add-action-to-publish-to-github-packages
2 parents 4121c8c + f122dc5 commit 682ba48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ uv run playwright install --with-deps --no-shell chromium
2020
uv run server --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+
30+
- we will be adding support for other LLM providers to power browser-use
31+
(claude, grok, bedrock, etc)
32+
33+
when building the dockerfile you can add in your own VNC server password:
34+
35+
```
36+
docker build --build-arg VNC_PASSWORD=klaatubaradanikto .
37+
```
38+
2339
### tools
2440

2541
- [x] SSE transport

0 commit comments

Comments
 (0)