Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def get_difficulty_parameters(difficulty_level):
|
|
36 |
"Use simple numbers and avoid complex algebraic expressions"
|
37 |
],
|
38 |
"example_style": "Similar to standard homework problems",
|
39 |
-
"model": "claude-3-sonnet-
|
40 |
},
|
41 |
2: { # Easy
|
42 |
"description": "easy, but requiring some thought",
|
@@ -47,7 +47,7 @@ def get_difficulty_parameters(difficulty_level):
|
|
47 |
"Use moderately complex numbers or expressions"
|
48 |
],
|
49 |
"example_style": "Similar to quiz questions",
|
50 |
-
"model": "claude-3-sonnet-
|
51 |
},
|
52 |
3: { # Intermediate
|
53 |
"description": "intermediate difficulty, testing deeper understanding",
|
@@ -58,7 +58,7 @@ def get_difficulty_parameters(difficulty_level):
|
|
58 |
"Use moderate algebraic complexity"
|
59 |
],
|
60 |
"example_style": "Similar to midterm exam questions",
|
61 |
-
"model": "claude-3-sonnet-
|
62 |
},
|
63 |
4: { # Difficult
|
64 |
"description": "challenging, requiring strong mathematical maturity",
|
@@ -69,7 +69,7 @@ def get_difficulty_parameters(difficulty_level):
|
|
69 |
"Use sophisticated mathematical reasoning"
|
70 |
],
|
71 |
"example_style": "Similar to final exam questions",
|
72 |
-
"model": "claude-3-
|
73 |
},
|
74 |
5: { # Very Difficult
|
75 |
"description": "very challenging, testing mastery and creativity at a graduate level",
|
@@ -83,7 +83,7 @@ def get_difficulty_parameters(difficulty_level):
|
|
83 |
"Test deep theoretical understanding"
|
84 |
],
|
85 |
"example_style": "Similar to graduate qualifying exams or advanced competition problems",
|
86 |
-
"model": "claude-3-
|
87 |
}
|
88 |
}
|
89 |
|
|
|
36 |
"Use simple numbers and avoid complex algebraic expressions"
|
37 |
],
|
38 |
"example_style": "Similar to standard homework problems",
|
39 |
+
"model": "claude-3-5-sonnet-20241022"
|
40 |
},
|
41 |
2: { # Easy
|
42 |
"description": "easy, but requiring some thought",
|
|
|
47 |
"Use moderately complex numbers or expressions"
|
48 |
],
|
49 |
"example_style": "Similar to quiz questions",
|
50 |
+
"model": "claude-3-5-sonnet-20241022"
|
51 |
},
|
52 |
3: { # Intermediate
|
53 |
"description": "intermediate difficulty, testing deeper understanding",
|
|
|
58 |
"Use moderate algebraic complexity"
|
59 |
],
|
60 |
"example_style": "Similar to midterm exam questions",
|
61 |
+
"model": "claude-3-5-sonnet-20241022"
|
62 |
},
|
63 |
4: { # Difficult
|
64 |
"description": "challenging, requiring strong mathematical maturity",
|
|
|
69 |
"Use sophisticated mathematical reasoning"
|
70 |
],
|
71 |
"example_style": "Similar to final exam questions",
|
72 |
+
"model": "claude-3-5-sonnet-20241022"
|
73 |
},
|
74 |
5: { # Very Difficult
|
75 |
"description": "very challenging, testing mastery and creativity at a graduate level",
|
|
|
83 |
"Test deep theoretical understanding"
|
84 |
],
|
85 |
"example_style": "Similar to graduate qualifying exams or advanced competition problems",
|
86 |
+
"model": "claude-3-sonnet-20241022"
|
87 |
}
|
88 |
}
|
89 |
|