Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate_math_solution_openrouter(api_key, problem_text, history=None):
|
|
48 |
|
49 |
# Create the completion
|
50 |
completion = client.chat.completions.create(
|
51 |
-
model="
|
52 |
messages=messages,
|
53 |
extra_headers={
|
54 |
"HTTP-Referer": "https://advancedmathtutor.edu",
|
|
|
48 |
|
49 |
# Create the completion
|
50 |
completion = client.chat.completions.create(
|
51 |
+
model="deepseek/deepseek-r1-0528:free",
|
52 |
messages=messages,
|
53 |
extra_headers={
|
54 |
"HTTP-Referer": "https://advancedmathtutor.edu",
|