umaiku commited on
Commit
167d891
·
verified ·
1 Parent(s): b1ea2dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 including case number, date and url.
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}