Kiy-K commited on
Commit
df2fce8
·
verified ·
1 Parent(s): 34edcf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def respond(message, history, system_message, max_tokens, temperature, top_p, mo
65
  models = {
66
  "DeepSeek Coder": "deepseek-ai/deepseek-coder-33b-instruct",
67
  "CodeLlama": "codellama/CodeLlama-34b-Instruct-hf",
68
- "Qwen Coder": "Qwen/Qwen3-480B-A35B-Instruct",
69
  }
70
 
71
  client = InferenceClient(
 
65
  models = {
66
  "DeepSeek Coder": "deepseek-ai/deepseek-coder-33b-instruct",
67
  "CodeLlama": "codellama/CodeLlama-34b-Instruct-hf",
68
+ "Qwen Coder": "Qwen/Qwen3-Coder-30B-A3B-Instruct",
69
  }
70
 
71
  client = InferenceClient(