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 6586996 commit cbcc333Copy full SHA for cbcc333
README.md
@@ -128,7 +128,7 @@ async def main():
128
api_key=os.getenv("BROWSERBASE_API_KEY"),
129
project_id=os.getenv("BROWSERBASE_PROJECT_ID"),
130
model_name="google/gemini-2.5-flash-preview-05-20",
131
- model_client_options={"apiKey": os.getenv("MODEL_API_KEY")},
+ model_api_key=os.getenv("MODEL_API_KEY"),
132
)
133
134
stagehand = Stagehand(config)
0 commit comments