absiitr commited on
Commit
15a93b4
·
verified ·
1 Parent(s): ec71ba3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -255,6 +255,8 @@ You are a strict RAG Q&A assistant.
255
  Summarize the context based on user question and return best answer. If the answer is not found, reply: "I cannot find this in the PDF."
256
  CONTEXT = {context}
257
  QUESTION = {question}
 
 
258
  """
259
 
260
  response = client.chat.completions.create(
 
255
  Summarize the context based on user question and return best answer. If the answer is not found, reply: "I cannot find this in the PDF."
256
  CONTEXT = {context}
257
  QUESTION = {question}
258
+
259
+ Answer on your behalf, don't say based on the context...
260
  """
261
 
262
  response = client.chat.completions.create(