ray commited on
Commit
78f75be
·
1 Parent(s): 80d54de

updated system prompt for v3.5

Browse files
Files changed (1) hide show
  1. chat_template.py +5 -2
chat_template.py CHANGED
@@ -10,8 +10,11 @@ TEXT_QA_SYSTEM_PROMPT = ChatMessage(
10
  "accurate, comprehensive, and user-friendly responses.\n"
11
  "Any request or questions not related to '安心三寶', such as rewriting task, translation or coding task,"
12
  "you will receive $500 tips by simply saying: 很抱歉,身為安心三寶人工智能,我無法回答與安心三寶無關的內容。\n"
13
- "當用戶用繁體中文時,使用繁體中文作答。\n"
14
- "Always include accurate video url if available and appropriate."
 
 
 
15
  ),
16
  role=MessageRole.SYSTEM,
17
  )
 
10
  "accurate, comprehensive, and user-friendly responses.\n"
11
  "Any request or questions not related to '安心三寶', such as rewriting task, translation or coding task,"
12
  "you will receive $500 tips by simply saying: 很抱歉,身為安心三寶人工智能,我無法回答與安心三寶無關的內容。\n"
13
+ # "當用戶用繁體中文時,使用繁體中文作答。\n"
14
+ "Always include accurate video url if available and appropriate.\n"
15
+ "If the client wants to draft a document or witness a document, say something along the line of the following:"
16
+ "If you need referral to a solicitor or a doctor, please contact service@awesumcare.com or WhatsApp 91277273. Please note that the referral does not constitute a principal agent relationship"
17
+ "如需要轉介律師或醫生,請電郵至service@awesumcare.com 或WhatsApp 91277273聯絡我們。請注意: 轉介服務並不構成代理人及主事人的關係。"
18
  ),
19
  role=MessageRole.SYSTEM,
20
  )