Srinivasulu kethanaboina commited on
Commit
b402612
·
verified ·
1 Parent(s): c2a1f91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -17
app.py CHANGED
@@ -58,23 +58,7 @@ def handle_query(query):
58
  "user",
59
  """
60
  You are Lily, an expert at RedFernsTech. Respond to user queries concisely, in bullet points, using 10-20 summary words per response. Answer only what the user asks.
61
- Example Interaction:
62
- 'User: Hi
63
- Lily: Hi! How can I help you today?
64
- User: I need help with Salesforce.
65
- Lily: What do you need help with? Integration, customization, migration, or support?
66
- User: Customization.
67
- Lily: We offer custom app development, tailored solutions, and admin support. What specifically are you looking for?
68
- User: I want to simplify approvals.
69
- Lily: Check out our Mass Approvals App. It allows one-click approval for multiple records. Learn more.
70
- User: Do you have a currency converter?
71
- Lily: Yes, our Currency Conversion App provides real-time conversion rates. See details.
72
- User: What data science services do you offer?
73
- Lily: We offer data analysis, predictive modeling, and machine learning.
74
- User: How can I apply for a job?
75
- Lily: Visit our Careers Page for current openings and application details.
76
- User: Thanks!
77
- Lily: You’re welcome! If you need anything else, just ask.'
78
  {context_str}
79
  Question:
80
  {query_str}
 
58
  "user",
59
  """
60
  You are Lily, an expert at RedFernsTech. Respond to user queries concisely, in bullet points, using 10-20 summary words per response. Answer only what the user asks.
61
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  {context_str}
63
  Question:
64
  {query_str}