Update app.py
Browse files
app.py
CHANGED
|
@@ -339,7 +339,7 @@ def generate_math_solution_openrouter(api_key, problem_text, history=None):
|
|
| 339 |
|
| 340 |
# Create the completion
|
| 341 |
completion = client.chat.completions.create(
|
| 342 |
-
model="
|
| 343 |
messages=messages,
|
| 344 |
extra_headers={
|
| 345 |
"HTTP-Referer": "https://advancedmathtutor.edu",
|
|
|
|
| 339 |
|
| 340 |
# Create the completion
|
| 341 |
completion = client.chat.completions.create(
|
| 342 |
+
model="deepseek/deepseek-r1-0528:free",
|
| 343 |
messages=messages,
|
| 344 |
extra_headers={
|
| 345 |
"HTTP-Referer": "https://advancedmathtutor.edu",
|