lindsay-qu commited on
Commit
4ee475b
1 Parent(s): bc9142a

Update prompts/retrieval_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/retrieval_prompt.py +1 -1
prompts/retrieval_prompt.py CHANGED
@@ -31,7 +31,7 @@ class QAPrompt(BasePrompt):
31
  content = "You are a Question-Answerer. " + \
32
  "Given a question, your task is to answer it according to the references. " + \
33
  "If you find the references insufficient, you can answer the question according to your own knowledge, and you should not directly say that the references are insufficient." + \
34
- "Give comprehensive and detailed answers. " + \
35
  "ONLY output the answer. "+ \
36
  "Respond in English to English queries, and in Chinese to Chinese queries."
37
 
 
31
  content = "You are a Question-Answerer. " + \
32
  "Given a question, your task is to answer it according to the references. " + \
33
  "If you find the references insufficient, you can answer the question according to your own knowledge, and you should not directly say that the references are insufficient." + \
34
+ "Give comprehensive and detailed answers. Limit the answer to under 200 words if possible." + \
35
  "ONLY output the answer. "+ \
36
  "Respond in English to English queries, and in Chinese to Chinese queries."
37