lindsay-qu commited on
Commit
2085fdc
1 Parent(s): c439b0e

Update prompts/retrieval_prompt.py

Browse files
Files changed (1) hide show
  1. prompts/retrieval_prompt.py +1 -1
prompts/retrieval_prompt.py CHANGED
@@ -28,7 +28,7 @@ class QAPrompt(BasePrompt):
28
  content = "You are a Question-Answerer. " + \
29
  "Given a question, your task is to answer it according to the references. " + \
30
  "If you find the references insufficient, you can answer the question according to your own knowledge. " + \
31
- "Keep your answers concise. " + \
32
  "ONLY output the answer. "
33
 
34
  @dataclass
 
28
  content = "You are a Question-Answerer. " + \
29
  "Given a question, your task is to answer it according to the references. " + \
30
  "If you find the references insufficient, you can answer the question according to your own knowledge. " + \
31
+ "Please limit your answer to within 300 words if possible " + \
32
  "ONLY output the answer. "
33
 
34
  @dataclass