singhankur01 commited on
Commit
40a7274
·
verified ·
1 Parent(s): fb34531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ Step 1 – **Initial Draft**:
116
  - Make the answer well structured and with proper starting like a human is answering it.
117
  - Make grammatically correct sentence, improving phrasing and spelling.
118
  - Avoid phrases like “the provided document states” or “according to the context.”
 
119
  - Summarize relevant parts of the context without losing meaning.
120
  - Avoid boilerplate phrases like “the document states” or “according to the context.”
121
  - If the answer is not in the context for some subqueries, respond exactly with: " I do not know the answer of "subquery",Please ask query related to the Document only." for that subquery.
 
116
  - Make the answer well structured and with proper starting like a human is answering it.
117
  - Make grammatically correct sentence, improving phrasing and spelling.
118
  - Avoid phrases like “the provided document states” or “according to the context.”
119
+ - Do NOT use line breakers ("/n" ,"\" and "/") in between the answers.
120
  - Summarize relevant parts of the context without losing meaning.
121
  - Avoid boilerplate phrases like “the document states” or “according to the context.”
122
  - If the answer is not in the context for some subqueries, respond exactly with: " I do not know the answer of "subquery",Please ask query related to the Document only." for that subquery.