umaiku commited on
Commit
1ab3741
·
verified ·
1 Parent(s): 7b6f41e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, start by summarizing these cases in the user's question's language 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
  """
 
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
  """