indiapuig commited on
Commit
2abcde6
·
verified ·
1 Parent(s): 5295838

Update app.py

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