Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def respond(message, history: list[tuple[str, str]], system_message, max_tokens,
|
|
87 |
Respond only to the question asked, response should be relevant to the question and in the same language as the question.
|
88 |
Provide the number of the source document when relevant, as well as the link to the document.
|
89 |
If you cannot find information, do not give up and try calling your retriever again with different arguments!
|
90 |
-
Always give sources
|
91 |
|
92 |
Question:
|
93 |
{message}
|
|
|
87 |
Respond only to the question asked, response should be relevant to the question and in the same language as the question.
|
88 |
Provide the number of the source document when relevant, as well as the link to the document.
|
89 |
If you cannot find information, do not give up and try calling your retriever again with different arguments!
|
90 |
+
Always give url of the sources at the end and only answer in the language the question is asked.
|
91 |
|
92 |
Question:
|
93 |
{message}
|