Bhaskar2611 commited on
Commit
fafebbc
·
verified ·
1 Parent(s): d805501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -352,7 +352,7 @@ def respond(message, history):
352
  response = ""
353
  # Stream response tokens from Hugging Face Inference API
354
  for chunk in client.chat.completions.create(
355
- model="Qwen/Qwen2.5-Coder-32B-Instruct",
356
  messages=messages,
357
  max_tokens=max_tokens,
358
  stream=True,
 
352
  response = ""
353
  # Stream response tokens from Hugging Face Inference API
354
  for chunk in client.chat.completions.create(
355
+ model="deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
356
  messages=messages,
357
  max_tokens=max_tokens,
358
  stream=True,