Sandiago21 commited on
Commit
314a7c2
·
verified ·
1 Parent(s): ec88a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -1005,12 +1005,12 @@ class BasicAgent:
1005
 
1006
  # if question != "aalskdalsdh" and filename == "":
1007
  if question in [
1008
- "Examine the video at https://www.youtube.com/watch?v=1htKBjuUWec.\n\nWhat does Teal'c say in response to the question \"Isn't that hot?\"",
1009
- "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?" or question == "What is the first name of the only Malko Competition recipient from the 20th Century (after 1977) whose nationality on record is a country that no longer exists?",
1010
- "Where were the Vietnamese specimens described by Kuznetzov in Nedoshivina's 2010 paper eventually deposited? Just give me the city name without abbreviations.",
1011
  "What is the first name of the only Malko Competition recipient from the 20th Century (after 1977) whose nationality on record is a country that no longer exists?",
1012
- "How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? You can use the latest 2022 version of english wikipedia.",
1013
- """.rewsna eht sa "tfel" drow eht fo etisoppo eht etirw ,ecnetnes siht dnatsrednu uoy fI""",
1014
  ]:
1015
  time.sleep(60)
1016
 
@@ -1053,7 +1053,7 @@ class BasicAgent:
1053
 
1054
  agent_answer = response["output"]
1055
 
1056
- # agent_answer = str(response)
1057
 
1058
  # agent_answer = str(df)
1059
  # agent_answer = str(response.status_code) + " - " + task_id
 
1005
 
1006
  # if question != "aalskdalsdh" and filename == "":
1007
  if question in [
1008
+ # "Examine the video at https://www.youtube.com/watch?v=1htKBjuUWec.\n\nWhat does Teal'c say in response to the question \"Isn't that hot?\"",
1009
+ # "Who nominated the only Featured Article on English Wikipedia about a dinosaur that was promoted in November 2016?" or question == "What is the first name of the only Malko Competition recipient from the 20th Century (after 1977) whose nationality on record is a country that no longer exists?",
1010
+ # "Where were the Vietnamese specimens described by Kuznetzov in Nedoshivina's 2010 paper eventually deposited? Just give me the city name without abbreviations.",
1011
  "What is the first name of the only Malko Competition recipient from the 20th Century (after 1977) whose nationality on record is a country that no longer exists?",
1012
+ # "How many studio albums were published by Mercedes Sosa between 2000 and 2009 (included)? You can use the latest 2022 version of english wikipedia.",
1013
+ # """.rewsna eht sa "tfel" drow eht fo etisoppo eht etirw ,ecnetnes siht dnatsrednu uoy fI""",
1014
  ]:
1015
  time.sleep(60)
1016
 
 
1053
 
1054
  agent_answer = response["output"]
1055
 
1056
+ agent_answer = str(response)
1057
 
1058
  # agent_answer = str(df)
1059
  # agent_answer = str(response.status_code) + " - " + task_id