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

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="nvidia/NVIDIA-Nemotron-Nano-9B-v2")
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/Qwen3-Omni-30B-A3B-Thinking")
147
 
148
  messages = [{"role": "system", "content": system_message}]
149
  for msg in history: