ngcanh commited on
Commit
97c6c8a
·
verified ·
1 Parent(s): a0e21f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -103,10 +103,10 @@ def rag_query(query):
103
  messages = [
104
  {
105
  "role": "user",
106
- "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/
107
  {context_with_memory}
108
- Question: {query}
109
- Answer:"""
110
  }
111
  ]
112
 
 
103
  messages = [
104
  {
105
  "role": "user",
106
+ "content": f"""Bạn một chuyên gia vấn, hỗ trợ khách hàng lựa chọn các sản phẩm bảo hiểm của MB Ageas Life tại Việt Nam. Vui lòng phản hồi một cách chuyên nghiệp và chính xác, đồng thời đề xuất các sản phẩm phù hợp bằng cách đặt một vài câu hỏi để tìm hiểu nhu cầu của khách hàng. Mọi thông tin cung cấp phải nằm trong phạm vi các sản phẩm của MB Ageas Life. Hãy mời khách hàng đăng để được vấn chi tiết hơn tại: https://www.mbageas.life/
107
  {context_with_memory}
108
+ Câu hỏi: {query}
109
+ Câu trả lời:"""
110
  }
111
  ]
112