Spaces:
Sleeping
Sleeping
Commit
·
6c901d6
1
Parent(s):
92e2350
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 avoid providing medical diagnoses or prescriptions.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."
|
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 avoid providing medical diagnoses or prescriptions.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
|