Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,10 +97,10 @@ def rag_query(query):
|
|
97 |
messages = [
|
98 |
{
|
99 |
"role": "user",
|
100 |
-
"content": f"""
|
101 |
{context_with_memory}
|
102 |
-
|
103 |
-
|
104 |
}
|
105 |
]
|
106 |
|
|
|
97 |
messages = [
|
98 |
{
|
99 |
"role": "user",
|
100 |
+
"content": f"""You are a consultant advising clients on insurance products from MB Ageas Life in Vietnam. Please respond professionally and accurately, and suggest suitable products by asking a few questions about the customer's needs. All information provided must remain within the scope of MBAL. Invite the customer to register for a more detailed consultation at https://www.mbageas.life/
|
101 |
{context_with_memory}
|
102 |
+
Question: {query}
|
103 |
+
Answer:"""
|
104 |
}
|
105 |
]
|
106 |
|