Khoi1234210 commited on
Commit
22a8051
·
verified ·
1 Parent(s): 7541e8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def try_sympy_compute(message):
143
 
144
  def respond(message, history, system_message, max_tokens, temperature, top_p):
145
  """Streaming response with error handling"""
146
- client = InferenceClient(model="Qwen/Qwen3-Omni-30B-A3B-Thinking")
147
 
148
  messages = [{"role": "system", "content": system_message}]
149
  for msg in history:
 
143
 
144
  def respond(message, history, system_message, max_tokens, temperature, top_p):
145
  """Streaming response with error handling"""
146
+ client = InferenceClient(model="Qwen/Qwen2.5-Math-72B-Instruct")
147
 
148
  messages = [{"role": "system", "content": system_message}]
149
  for msg in history: