Spaces:
Sleeping
Sleeping
Commit
·
92e2350
1
Parent(s):
e45371b
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."
|
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."
|
3 |
TITLE = "Health Advisor"
|
4 |
EXAMPLE_INPUT = "I have a fever, headache, and cough. What could it be?"
|
5 |
import gradio as gr
|