aicodingfun commited on
Commit
6b1b675
·
verified ·
1 Parent(s): 1d8485e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def generate_math_questions(grade, term, qtype="Unspecified", num_questions=10):
130
  completion = client.chat.completions.create(
131
  # model="mistralai/Mistral-7B-Instruct-v0.3",
132
  # model="perplexity-ai/r1-1776",
133
- model="Qwen/QwQ-32B",
134
  messages=messages,
135
  max_tokens=2048
136
  )
 
130
  completion = client.chat.completions.create(
131
  # model="mistralai/Mistral-7B-Instruct-v0.3",
132
  # model="perplexity-ai/r1-1776",
133
+ model="mistralai/Mistral-Nemo-Instruct-2407",
134
  messages=messages,
135
  max_tokens=2048
136
  )