binh99 commited on
Commit
7001a0c
·
1 Parent(s): 78fff24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,6 +30,8 @@ prompt_template = "Instructions: Compose a comprehensive reply to the query usin
30
  "If the search results mention multiple subjects " \
31
  "with the same name, create separate answers for each. Only include information found in the results and " \
32
  "don't add any additional information. Make sure the answer is correct and don't output false content. " \
 
 
33
 
34
  # MODELS = ["universal-sentence-encoder", "instructor-large"]
35
  MODELS = ["text-davinci-001", "text-davinci-002", "text-davinci-003"]
 
30
  "If the search results mention multiple subjects " \
31
  "with the same name, create separate answers for each. Only include information found in the results and " \
32
  "don't add any additional information. Make sure the answer is correct and don't output false content. " \
33
+ "Ignore outlier search results which has nothing to do with the question. Only answer what is asked. " \
34
+ "The answer should be short and concise. \n\nQuery: {question}\nAnswer: "
35
 
36
  # MODELS = ["universal-sentence-encoder", "instructor-large"]
37
  MODELS = ["text-davinci-001", "text-davinci-002", "text-davinci-003"]