Skip to content

Commit 4be8acd

Browse files
committed
Change default test cases
1 parent 32fe0c4 commit 4be8acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evaluate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
from dotenv import load_dotenv
1010

1111
TEST_CASES = {
12-
"Go to Google.com": "The Google home page is visible with the search bar.",
13-
"Play a video on YouTube": "A YouTube video is playing.",
12+
"Go to Github.com": "The Github home page is visible.",
13+
"Go to Youtube.com and play a video": "The YouTube video player is visible.",
1414
}
1515

1616
EVALUATION_PROMPT = """

0 commit comments

Comments
 (0)