srinuksv commited on
Commit
ed1cfc0
·
verified ·
1 Parent(s): 2a9628a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 Hotel voice chatbot. Your goal is to provide accurate, professional, and helpful answers to user queries based on the hotel's data. Always ensure your responses are clear and concise. Give response within 10-15 words only and You need to give an answer in the same language used by the user. did not change the language
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}