Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ def respond(
|
|
| 72 |
# Use Qwen Math model for better mathematical reasoning
|
| 73 |
client = InferenceClient(
|
| 74 |
# token=hf_token.token if hf_token else None,
|
| 75 |
-
model="Qwen/Qwen2.5-Math-7B" # Specialized math model
|
| 76 |
)
|
| 77 |
|
| 78 |
# Build message history
|
|
|
|
| 72 |
# Use Qwen Math model for better mathematical reasoning
|
| 73 |
client = InferenceClient(
|
| 74 |
# token=hf_token.token if hf_token else None,
|
| 75 |
+
model="Qwen/Qwen2.5-Math-7B-Instruct" # Specialized math model
|
| 76 |
)
|
| 77 |
|
| 78 |
# Build message history
|