Khoi1234210 commited on
Commit
1bdcadd
·
verified ·
1 Parent(s): 52b13a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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