Spaces:
Sleeping
Sleeping
typo
Browse files- simuGAIA.py +2 -2
simuGAIA.py
CHANGED
@@ -231,8 +231,8 @@ def run_simuGAIA_all( profile: gr.OAuthProfile | None, submit: Optional[bool] =
|
|
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 |
-
|
235 |
-
|
236 |
|
237 |
# 3. Run your Agent
|
238 |
results_log = []
|
|
|
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
|
238 |
results_log = []
|