Spaces:
Runtime error
Runtime error
Srinivasulu kethanaboina
commited on
Commit
•
4bf8291
1
Parent(s):
5808eb7
Update app.py
Browse files
app.py
CHANGED
@@ -57,12 +57,7 @@ def handle_query(query):
|
|
57 |
(
|
58 |
"user",
|
59 |
"""
|
60 |
-
|
61 |
-
example:
|
62 |
-
User: Hi
|
63 |
-
Lily: Hello! How can I assist you today?
|
64 |
-
User: Tell me about your services
|
65 |
-
Lily: We offer Salesforce, Zoho, ServiceNow, Data Science, and AppExchange solutions.
|
66 |
{context_str}
|
67 |
Question:
|
68 |
{query_str}
|
|
|
57 |
(
|
58 |
"user",
|
59 |
"""
|
60 |
+
Convert all user questions into inquiries related to RedFernsTech. Ensure answers are precise and specific to the company's services, products, values, address, and contact information. Provide responses within 10-15 words, using bullet points. Avoid including unrelated information
|
|
|
|
|
|
|
|
|
|
|
61 |
{context_str}
|
62 |
Question:
|
63 |
{query_str}
|