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 b6cdd49 commit cd9d4e6Copy full SHA for cd9d4e6
tests/integration/local/test_core_local.py
@@ -20,7 +20,7 @@ def local_config(self):
20
self_heal=True,
21
wait_for_captcha_solves=False,
22
system_prompt="You are a browser automation assistant for testing purposes.",
23
- model_client_options={"apiKey": os.getenv("MODEL_API_KEY") or os.getenv("OPENAI_API_KEY")},
+ model_client_options={"apiKey": os.getenv("MODEL_API_KEY")},
24
use_api=False,
25
)
26
0 commit comments