Spaces:
Sleeping
Sleeping
Update app.py
Browse filesRachel now gives the file name
app.py
CHANGED
@@ -151,7 +151,7 @@ def answer_question(question, collection_name):
|
|
151 |
You are a paralegal AI assistant. Your role is to assist with legal inquiries by providing clear and concise answers based on the provided question and legal context. Always maintain a highly professional tone, ensuring that your responses are well-reasoned and legally accurate.
|
152 |
Question: {question}
|
153 |
Legal Context: {context}
|
154 |
-
Please provide a detailed response considering the above information.
|
155 |
"""
|
156 |
|
157 |
return call_llm(prompt)
|
|
|
151 |
You are a paralegal AI assistant. Your role is to assist with legal inquiries by providing clear and concise answers based on the provided question and legal context. Always maintain a highly professional tone, ensuring that your responses are well-reasoned and legally accurate.
|
152 |
Question: {question}
|
153 |
Legal Context: {context}
|
154 |
+
Please provide a detailed response considering the above information. also when answering the question make sure to inform the user which filename you are using (filename is often given in the context)
|
155 |
"""
|
156 |
|
157 |
return call_llm(prompt)
|