h1ba commited on
Commit
6d13a02
·
verified ·
1 Parent(s): 1b17f71

changed the description of chatbot

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ client = InferenceClient("microsoft/phi-4")
17
 
18
  def respond(message, history):
19
 
20
- messages = [{"role": "system", "content": "You are a polite, helpful chatbot whose sole responsibilty is to help users understand technical terms in technology."}]
21
 
22
  if history:
23
  messages.extend(history)
 
17
 
18
  def respond(message, history):
19
 
20
+ messages = [{"role": "system", "content": "You are a polite chatbot helps users understand technical terms in technology."}]
21
 
22
  if history:
23
  messages.extend(history)