We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f93d8e0 + 2af00a4 commit f122dc5Copy full SHA for f122dc5
README.md
@@ -20,6 +20,22 @@ uv run playwright install --with-deps --no-shell chromium
20
uv run server --transport sse --port 8000
21
```
22
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
39
### supported clients
40
41
- cursor.ai
0 commit comments