Rams901 commited on
Commit
7197883
1 Parent(s): d115c77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -240,12 +240,12 @@ def qa_intro(query, cynthesis, tier_1,):
240
  Here's the consensus: {cynthesis}
241
 
242
  We have the opportunity to give an introduction to this synthesis without repeating information found.
243
- Pick an opening quote from the sources given below\n
244
  ---------\n
245
  {articles}
246
  ---------\n
247
 
248
- Don't forget that your job is to only provide an introduction, abstract part that introduces the synthesis without repeating it and then pick one general quote from the sources given.""",
249
  )
250
 
251
 
 
240
  Here's the consensus: {cynthesis}
241
 
242
  We have the opportunity to give an introduction to this synthesis without repeating information found.
243
+ Pick an opening quote from the sources given below and mention the reference\n
244
  ---------\n
245
  {articles}
246
  ---------\n
247
 
248
+ Don't forget that your job is to only provide an introduction, abstract part that introduces the synthesis without repeating it and then pick one general quote from the sources given and put it's reference.""",
249
  )
250
 
251