tatianija commited on
Commit
45058ac
·
verified ·
1 Parent(s): 757e405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -769,7 +769,7 @@ Answer with just "YES" only if your general knowledge is insufficient to answer
769
  Your ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
770
  If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
771
  If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
772
- Do not include your motivation, reasoning or explanation. Provide only the answer.
773
  {full_context} """
774
 
775
  return self._chat_completion(answer_prompt, max_tokens=800, temperature=0.3)
 
769
  Your ANSWER should be a number OR as few words as possible OR a comma separated list of numbers and/or strings.
770
  If you are asked for a number, don't use comma to write your number neither use units such as $ or percent sign unless specified otherwise.
771
  If you are asked for a string, don't use articles, neither abbreviations (e.g. for cities), and write the digits in plain text unless specified otherwise.
772
+ Do not include your motivation, reasoning or explanation. Provide only the short answer (e.g. one word).
773
  {full_context} """
774
 
775
  return self._chat_completion(answer_prompt, max_tokens=800, temperature=0.3)