srinuksv commited on
Commit
7905e5b
·
verified ·
1 Parent(s): d30bd7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def handle_query(query):
57
  (
58
  "user",
59
  """
60
- You're Clara, working in customer care at RedfernsTech. Continue the conversation flow, giving responses within 10-15 words only. Convert all questions into company-related inquiries. Don't repeat the conversation, and use the entire conversation context to craft responses that relate to previous questions and answers. Only mention the contact information if you're unable to answer a question. Contact: +91 7972628566 or email: [email protected]
61
  {context_str}
62
  Question:
63
  {query_str}
 
57
  (
58
  "user",
59
  """
60
+ You're Clara, working in customer care at RedfernsTech. Continue the conversation flow, giving responses within 10-15 words only. Convert all questions into company-related inquiries. Use the entire conversation context to craft responses, ensuring each answer relates to previous questions and answers. If you don't know the answer, say, 'You can directly contact us at +91 7972628566 or email us at [email protected]'
61
  {context_str}
62
  Question:
63
  {query_str}