We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f23aa commit 19ff6e6Copy full SHA for 19ff6e6
browserpilot/agents/gpt_selenium_agent.py
@@ -92,7 +92,7 @@ def __init__(
92
), "Instruction output file must be a YAML or JSON file or None."
93
assert (
94
(chromedriver_path is not None) ^ (remote_url is not None) # XOR
95
- ), "Please provide a path to the chromedriver executable or selenium grid target"
+ ), "Please provide a path to the chromedriver executable or Selenium Grid target"
96
self.model_for_instructions = model_for_instructions
97
self.model_for_responses = model_for_responses
98
logger.info(f"Using model for instructions: {model_for_instructions}")
0 commit comments