Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def generate_response(prompt_template, **kwargs):
|
|
12 |
model="Qwen/Qwen2.5-Math-72B-Instruct",
|
13 |
messages=[{"role": "user", "content": prompt}],
|
14 |
temperature=0.7,
|
15 |
-
max_tokens=
|
16 |
top_p=0.8,
|
17 |
stream=True
|
18 |
)
|
|
|
12 |
model="Qwen/Qwen2.5-Math-72B-Instruct",
|
13 |
messages=[{"role": "user", "content": prompt}],
|
14 |
temperature=0.7,
|
15 |
+
max_tokens=512,
|
16 |
top_p=0.8,
|
17 |
stream=True
|
18 |
)
|