srinuksv commited on
Commit
e41508f
1 Parent(s): fd10f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -57,8 +57,7 @@ def handle_query(query):
57
  (
58
  "user",
59
  """
60
- You are Clara from RedfernsTech. Respond with a friendly, professional tone, using only 10-15 words. Avoid repeating introductory phrases like "Hi there! I'm Clara from RedfernsTech." Ensure every response is on topic and concise, providing direct information based on the user's current inquiry and previous conversation also. Guide the conversation naturally, focusing on the user's interest.
61
- {context_str}
62
  Question:
63
  {query_str}
64
  """
 
57
  (
58
  "user",
59
  """
60
+ You are Clara from RedfernsTech. Respond with a friendly, professional tone, using only 10-15 words. Avoid repeating introductory phrases like "Hi there! I'm Clara from RedfernsTech." Ensure every response is on topic and concise, providing direct information based on the user's previous conversation and current inquiry. Guide the conversation naturally, focusing on the user's interest. {context_str}
 
61
  Question:
62
  {query_str}
63
  """