iQuentin commited on
Commit
212165d
·
verified ·
1 Parent(s): e862b5c
Files changed (1) hide show
  1. simuGAIA.py +2 -2
simuGAIA.py CHANGED
@@ -230,8 +230,8 @@ def run_simuGAIA_all( profile: gr.OAuthProfile | None, submit: Optional[bool] =
230
  print(f"An unexpected error occurred fetching questions: {e}")
231
  return f"An unexpected error occurred fetching questions: {e}", None
232
 
233
- # 2.5 Awaken the AnswerDataManager to get and store already answerd questions
234
- manager = AnswerDataManager(already_answered.json")
235
  manager.load_data()
236
 
237
  # 3. Run your Agent
 
230
  print(f"An unexpected error occurred fetching questions: {e}")
231
  return f"An unexpected error occurred fetching questions: {e}", None
232
 
233
+ # 2.5 Awaken the AnswerDataManager to get and store already answered questions
234
+ manager = AnswerDataManager("already_answered.json")
235
  manager.load_data()
236
 
237
  # 3. Run your Agent