shukdevdattaEX commited on
Commit
470679c
·
verified ·
1 Parent(s): f0bc96c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="microsoft/phi-4-reasoning-plus:free",
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",