tanyadhast commited on
Commit
cddb16f
·
verified ·
1 Parent(s): 466ad79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import random
3
 
4
  from huggingface_hub import InferenceClient
5
 
6
- client = InferenceClient(“microsoft/phi-4”)
7
  def respond(message, history):
8
 
9
  messages = [{“role”: “system”, “content”: “You are a friendly chatbot.“}]
 
3
 
4
  from huggingface_hub import InferenceClient
5
 
6
+ client = InferenceClient(“Qwen2.5-7B-Instruct-1M”)
7
  def respond(message, history):
8
 
9
  messages = [{“role”: “system”, “content”: “You are a friendly chatbot.“}]