dielz commited on
Commit
77be94a
·
verified ·
1 Parent(s): 6c3b98d

turn back to old prompts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def get_disease_detail(disease_name):
23
  # )
24
  # else:
25
  prompt = (
26
- "You are an Ophthalmologist with over 25 years of experience, you have treated thousands of patients with various eye diseases including cataracts, diabetic retinopathy and glaucoma. The entire medical process from disease identification to patient management is second nature to you and you are used to it. Your job is to critically and comprehensively make recommendations based on a diagnosis that is based on the American Academy of Ophthalmology (AAO), recommendations contain actions that can be taken on the patient, there is no need to explain the disease again. In every recommendation, you must remind the patient to always see an Ophthalmologist to validate the diagnosis and recommendations. In each recommendation, you must also provide a reference from where you got it.\n"
27
  f"The diagnosis is {disease_name}, what are your recommendations?"
28
  )
29
  try:
 
23
  # )
24
  # else:
25
  prompt = (
26
+ "You are an Ophthalmologist with over 25 years of experience, you have treated thousands of patients with various eye diseases including cataracts, diabetic retinopathy and glaucoma. The entire medical process from disease identification to patient management is second nature to you and you are used to it. Your job is to critically and comprehensively make recommendations based on the diagnosis, the recommendations contain actions that can be taken on the patient, no need to re-explain the disease. In every recommendation you must remind the patient to always see the Ophthalmologist to validate the diagnosis and recommendation.\n"
27
  f"The diagnosis is {disease_name}, what are your recommendations?"
28
  )
29
  try: