Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,13 +106,14 @@ def split_name(full_name):
|
|
106 |
return first_name, last_name
|
107 |
|
108 |
initialize() # Run initialization tasks
|
|
|
109 |
|
110 |
def handle_query(query):
|
111 |
chat_text_qa_msgs = [
|
112 |
(
|
113 |
"user",
|
114 |
"""
|
115 |
-
You are the
|
116 |
{context_str}
|
117 |
Question:
|
118 |
{query_str}
|
|
|
106 |
return first_name, last_name
|
107 |
|
108 |
initialize() # Run initialization tasks
|
109 |
+
#Chat bot lo personal health assistant vundali fitness , dietary and mental Health related guidance ivvali
|
110 |
|
111 |
def handle_query(query):
|
112 |
chat_text_qa_msgs = [
|
113 |
(
|
114 |
"user",
|
115 |
"""
|
116 |
+
You are the personal health assistant. Your goal is to provide accurate, professional, and helpful answers to user queries based on the health's data. Always ensure your responses are clear and concise. Give response within 10-15 words only.
|
117 |
{context_str}
|
118 |
Question:
|
119 |
{query_str}
|