consy commited on
Commit
a030d30
·
verified ·
1 Parent(s): 7d47e29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import random
4
 
5
  from huggingface_hub import InferenceClient
6
 
7
- client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
8
  # name of llm chatbot accessed ^^ or can use ' microsoft/phi-4 that's connected to the microsoft phi gen model
9
 
10
  def respond(message,history):
 
4
 
5
  from huggingface_hub import InferenceClient
6
 
7
+ client = InferenceClient("microsoft/phi-4")
8
  # name of llm chatbot accessed ^^ or can use ' microsoft/phi-4 that's connected to the microsoft phi gen model
9
 
10
  def respond(message,history):