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 50a7cfe commit d5b37cbCopy full SHA for d5b37cb
tests/integration/local/test_core_local.py
@@ -19,7 +19,8 @@ def local_config(self):
19
dom_settle_timeout_ms=2000,
20
self_heal=True,
21
wait_for_captcha_solves=False,
22
- system_prompt="You are a browser automation assistant for testing purposes."
+ system_prompt="You are a browser automation assistant for testing purposes.",
23
+ model_client_options={"apiKey": os.getenv("MODEL_API_KEY")},
24
)
25
26
@pytest_asyncio.fixture
0 commit comments