add American Academy of Ophthalmology (AAO) guidelines prompt
Browse files
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
|
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 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:
|