bgaultier commited on
Commit
41d4c36
·
verified ·
1 Parent(s): 2224564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
  HF_TOKEN = os.getenv('HF_TOKEN')
6
 
7
- client = InferenceClient("meta-llama/Llama-4-Scout-17B-16E-Instruct", token=HF_TOKEN)
8
 
9
  def respond(
10
  message,
 
4
 
5
  HF_TOKEN = os.getenv('HF_TOKEN')
6
 
7
+ client = InferenceClient("Qwen/Qwen2.5-Coder-32B-Instruct", token=HF_TOKEN)
8
 
9
  def respond(
10
  message,