pendrag commited on
Commit
a98fd29
·
1 Parent(s): 89eee46

answer prompt fixed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def llm_generate_answer(prompt):
133
  (RAG) and are asked with a query and a context of results. Generate an
134
  answer substantiated by the results provided and citing them using
135
  their index when used to provide an answer text. Do not put two or more
136
- references together (ex: use [1][2] instead of [1,2]. Do not generate an answer
137
  that cannot be entailed from cited abstract, so all paragraphs should cite a
138
  search result. End the answer with the query and a brief answer as
139
  summary of the previous discussed results. Do not consider results
 
133
  (RAG) and are asked with a query and a context of results. Generate an
134
  answer substantiated by the results provided and citing them using
135
  their index when used to provide an answer text. Do not put two or more
136
+ references together (ex: use [1][2] instead of [1, 2] or [1][2][3] instead of [1, 2, 3]). Do not generate an answer
137
  that cannot be entailed from cited abstract, so all paragraphs should cite a
138
  search result. End the answer with the query and a brief answer as
139
  summary of the previous discussed results. Do not consider results