Skip to content

Commit cd9d4e6

Browse files
authored
Update tests/integration/local/test_core_local.py
1 parent b6cdd49 commit cd9d4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/local/test_core_local.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def local_config(self):
2020
self_heal=True,
2121
wait_for_captcha_solves=False,
2222
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")},
23+
model_client_options={"apiKey": os.getenv("MODEL_API_KEY")},
2424
use_api=False,
2525
)
2626

0 commit comments

Comments
 (0)