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 dac64dc commit 75cde34Copy full SHA for 75cde34
stagehand/main.py
@@ -187,6 +187,9 @@ def __init__(
187
)
188
if self.model_api_key:
189
self.model_client_options["apiKey"] = self.model_api_key
190
+ else:
191
+ if "apiKey" in self.model_client_options:
192
+ self.model_api_key = self.model_client_options["apiKey"]
193
194
# Handle browserbase session create params
195
self.browserbase_session_create_params = make_serializable(
0 commit comments