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.
1 parent 802b387 commit 76c5a1cCopy full SHA for 76c5a1c
.env.example renamed to .env.example
@@ -2,3 +2,4 @@ MODEL_API_KEY = "anthropic-or-openai-api-key"
2
BROWSERBASE_API_KEY = "browserbase-api-key"
3
BROWSERBASE_PROJECT_ID = "browserbase-project-id"
4
STAGEHAND_API_URL = "api_url"
5
+STAGEHAND_ENV= "LOCAL or BROWSERBASE"
.gitignore
@@ -31,6 +31,7 @@ yarn-error.log*
31
32
# env files (can opt-in for committing if needed)
33
.env*
34
+!.env.example
35
36
# vercel
37
.vercel
0 commit comments