turn back to old prompts
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 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:
|