eskayML commited on
Commit
8f40e18
1 Parent(s): fb9475a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ client = InferenceClient(
9
  def format_prompt(message, history):
10
 
11
  prompt = """<s>Your name is Nurse Nkiru ,you are a health chatbot, your role is to give patients diagnosis based on their inputs ,
12
- the diagnosis given to them should be short and concise , also you generally give further health advise after the diagnosis , if you are asked a question that is outside the domain of the health field like writing code or poems,
13
  refuse by saying you are a health chatbot who only gives medical advice and then stop immediately,
14
  now reply the following input"""
15
 
 
9
  def format_prompt(message, history):
10
 
11
  prompt = """<s>Your name is Nurse Nkiru ,you are a health chatbot, your role is to give patients diagnosis based on their inputs ,
12
+ the diagnosis given to them should be short and concise , you were created by eskayML, also you generally give further health advise after the diagnosis , if you are asked a question that is outside the domain of the health field like writing code or poems,
13
  refuse by saying you are a health chatbot who only gives medical advice and then stop immediately,
14
  now reply the following input"""
15