Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -130,10 +130,10 @@ def generate_math_questions(grade, term, qtype="Unspecified", num_questions=10):
|
|
| 130 |
# 使用 InferenceClient 呼叫 API 模型產生新題目
|
| 131 |
completion = client.chat.completions.create(
|
| 132 |
# model="mistralai/Mistral-7B-Instruct-v0.3",
|
| 133 |
-
model="
|
| 134 |
# model="mistralai/Mistral-Nemo-Instruct-2407",
|
| 135 |
messages=messages,
|
| 136 |
-
max_tokens=
|
| 137 |
)
|
| 138 |
|
| 139 |
# 傳回模型產生的文本
|
|
|
|
| 130 |
# 使用 InferenceClient 呼叫 API 模型產生新題目
|
| 131 |
completion = client.chat.completions.create(
|
| 132 |
# model="mistralai/Mistral-7B-Instruct-v0.3",
|
| 133 |
+
model="qwq:32b",
|
| 134 |
# model="mistralai/Mistral-Nemo-Instruct-2407",
|
| 135 |
messages=messages,
|
| 136 |
+
max_tokens=1024
|
| 137 |
)
|
| 138 |
|
| 139 |
# 傳回模型產生的文本
|