Connor Adams commited on
Commit
08f321d
·
1 Parent(s): 5a46645

Update default test question

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -7,7 +7,7 @@ agent = BasicAgent()
7
  if len(sys.argv) > 1:
8
  question = sys.argv[1]
9
  else:
10
- question = "What is the capital of France?"
11
 
12
 
13
  result = agent(question)
 
7
  if len(sys.argv) > 1:
8
  question = sys.argv[1]
9
  else:
10
+ question = "In the video https://www.youtube.com/watch?v=L1vXCYZAYYM, what is the highest number of bird species to be on camera simultaneously?"
11
 
12
 
13
  result = agent(question)