Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def respond(
|
|
60 |
|
61 |
message = f"""
|
62 |
A user is asking you the following question: {message}
|
63 |
-
Please answer the user in the same language that he used in his question using the following given context not prior knowledge.
|
64 |
Context:
|
65 |
The following case extracts have been found in either Swiss Federal Court or European Court of Human Rights cases and could fit the question:
|
66 |
{context}
|
|
|
60 |
|
61 |
message = f"""
|
62 |
A user is asking you the following question: {message}
|
63 |
+
Please answer the user in the same language that he used in his question using ONLY the following given context not any prior knowledge or information found on the internet.
|
64 |
Context:
|
65 |
The following case extracts have been found in either Swiss Federal Court or European Court of Human Rights cases and could fit the question:
|
66 |
{context}
|