Spaces:
Running
Running
Update app.py
Browse files
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(
|