We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fb0d0 commit 992f50eCopy full SHA for 992f50e
app/evaluation.py
@@ -31,7 +31,7 @@ def _get_tutor() -> MathTutor:
31
raise RuntimeError(_tutor_init_error)
32
33
# Configuration paths to try
34
- config_paths = ['app/config_tutor_test.json', 'app/config_tutor.json']
+ config_paths = ['app/config_tutor_test.json', 'config_tutor.json', 'config_tutor_test.json']
35
max_retries = 3 # Total attempts per config
36
retry_delay = 1 # Seconds between retries
37
0 commit comments