Skip to content

Commit 19ff6e6

Browse files
committed
capitalization
1 parent e9f23aa commit 19ff6e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserpilot/agents/gpt_selenium_agent.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def __init__(
9292
), "Instruction output file must be a YAML or JSON file or None."
9393
assert (
9494
(chromedriver_path is not None) ^ (remote_url is not None) # XOR
95-
), "Please provide a path to the chromedriver executable or selenium grid target"
95+
), "Please provide a path to the chromedriver executable or Selenium Grid target"
9696
self.model_for_instructions = model_for_instructions
9797
self.model_for_responses = model_for_responses
9898
logger.info(f"Using model for instructions: {model_for_instructions}")

0 commit comments

Comments
 (0)