Pavan178 commited on
Commit
7e2233e
·
verified ·
1 Parent(s): cd5ae07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -69,6 +69,13 @@ Context: {context}
69
  Question: {question}
70
 
71
  Provide a comprehensive, precise answer based strictly on the document's content.
 
 
 
 
 
 
 
72
  If the answer isn't directly available, explain why. """,
73
  input_variables=["context", "question"]
74
  )
 
69
  Question: {question}
70
 
71
  Provide a comprehensive, precise answer based strictly on the document's content.
72
+ Use this specific structure:
73
+ 1) Short summary of the response
74
+ 2) Headlines and bullet points with descriptions
75
+ 3) Overall take and conclusion of result
76
+
77
+ NOTE: Give precise and short answers when asked about specific terms and summary of specific topic
78
+
79
  If the answer isn't directly available, explain why. """,
80
  input_variables=["context", "question"]
81
  )