Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ The following case extracts have been found in either Swiss Federal Court or Eur
|
|
| 76 |
# Task:
|
| 77 |
If the retrieved context is not relevant cases or the issue has not been addressed within the context, just say "I can't find enough relevant information".
|
| 78 |
Don't make up an answer or give irrelevant information not requested by the user.
|
| 79 |
-
Otherwise, if relevant cases were found,
|
| 80 |
# Instructions:
|
| 81 |
Always answer the user using the language used in his question: {message}
|
| 82 |
"""
|
|
|
|
| 76 |
# Task:
|
| 77 |
If the retrieved context is not relevant cases or the issue has not been addressed within the context, just say "I can't find enough relevant information".
|
| 78 |
Don't make up an answer or give irrelevant information not requested by the user.
|
| 79 |
+
Otherwise, if relevant cases were found, answer in the user's question's language using the context that you found relevant and reference the sources, including the urls and dates.
|
| 80 |
# Instructions:
|
| 81 |
Always answer the user using the language used in his question: {message}
|
| 82 |
"""
|