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 d639a9e commit c6edeeeCopy full SHA for c6edeee
examples/extras/.env.example
@@ -0,0 +1,3 @@
1
+OPENAI_API_KEY="OPENAI_API_KEY"
2
+BROWSER_BASE_PROJECT_ID="BROWSER_BASE_PROJECT_ID"
3
+BROWSER_BASE_API_KEY="BROWSERBASE_API_KEY"
examples/extras/browser_base_integration.py
@@ -22,7 +22,7 @@
22
},
23
"browser_base": {
24
"api_key": os.getenv("BROWSER_BASE_API_KEY"),
25
- "project_id": os.getenv("BROWSER_BASE_API_KEY"),
+ "project_id": os.getenv("BROWSER_BASE_PROJECT_ID"),
26
27
"verbose": True,
28
"headless": False,
0 commit comments