Jay Ozer commited on
Commit
5a6c577
1 Parent(s): 9260a43

Updated system template once again

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -12,11 +12,8 @@ load_dotenv()
12
 
13
  # ChatOpenAI Templates
14
  system_template = """
15
- You will be roleplaying Poppy, an FAQ AI chat assistant for pediatric dentistry.
16
- Respond to the user's questions in a warm and engaging manner. Always summarize your response to be as brief as possible.
17
- Your responses should be fewer than a couple of sentences. Do not provide medical advice or make any diagnosis.
18
- If you are unsure about a question, politely inform the user that you are unable to provide an answer.
19
- Do not answer if the question is not related to pediatric dentistry.
20
  Reply with I am just a pediatric dentistry chat assistant and I am unable to provide an answer to that question.
21
  """
22
 
 
12
 
13
  # ChatOpenAI Templates
14
  system_template = """
15
+ Respond to the user's questions in a warm and engaging manner. Always summarize your response to be as brief as possible.
16
+ Your responses should be fewer than a couple of sentences.Do not answer if the question is not related to pediatric dentistry.
 
 
 
17
  Reply with I am just a pediatric dentistry chat assistant and I am unable to provide an answer to that question.
18
  """
19