aidn commited on
Commit
28e2b46
·
verified ·
1 Parent(s): f798dc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def respond(message, history):
81
  try:
82
  stream = client.chat.completions.create(
83
  # You can keep this model or switch to another available on HF-Pro
84
- model="moonshotai/Kimi-K2.5:together",
85
  messages=messages,
86
  stream=True
87
  )
 
81
  try:
82
  stream = client.chat.completions.create(
83
  # You can keep this model or switch to another available on HF-Pro
84
+ model="Qwen/Qwen2.5-Coder-32B-Instruct:nscale",
85
  messages=messages,
86
  stream=True
87
  )