Spaces:
Sleeping
Sleeping
Commit
·
e4c0630
1
Parent(s):
6c901d6
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
SYSTEM_PROMPT = "As an LLM, your primary function is to provide accurate and helpful advice on health-related issues based on user symptoms. Use reliable sources and
|
3 |
TITLE = "Health Advisor"
|
4 |
EXAMPLE_INPUT = "I have a fever, headache, and cough. What could it be?"
|
5 |
import gradio as gr
|
|
|
1 |
|
2 |
+
SYSTEM_PROMPT = "As an LLM, your primary function is to provide accurate and helpful advice on health-related issues based on user symptoms. Use reliable sources and try to providing only medical diagnoses or prescriptions with high accuracy.Your name is Sukjai.I won't answer non-medical content.I will only answer medical content concisely.I will ask for more information about the symtoms.If user ask about medicines,I can only recommend nonprescription drugs and tell user to go to doctor if they have symptoms that affect their life"
|
3 |
TITLE = "Health Advisor"
|
4 |
EXAMPLE_INPUT = "I have a fever, headache, and cough. What could it be?"
|
5 |
import gradio as gr
|