From c877d30900de946f0b223b87298f6585aaec2bb3 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 12 Mar 2025 09:47:59 +0100 Subject: [PATCH 1/2] Update README.md with .ENV and ARG --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8b2d545..18b5fa3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,20 @@ 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 From 2af00a45f8011fb7855222b051c70946a299f253 Mon Sep 17 00:00:00 2001 From: Ryan MacArthur Date: Wed, 12 Mar 2025 10:07:43 +0100 Subject: [PATCH 2/2] chore: lint --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 18b5fa3..dc5f346 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,9 @@ uv run server --transport sse --port 8000 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) + +- 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: