umaiku commited on
Commit
9203292
·
verified ·
1 Parent(s): afce1f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -59,11 +59,14 @@ def respond(
59
 
60
  message = f"""
61
  A user is asking you the following question: {message}
62
- Please answer the user in the same language that he used in his question using the following context.
63
- Context: The following case extracts have been found to fit the question from various Federal Supreme Court of Switzerland and European Court of Human Rights cases:
 
64
  {context}
65
- Task: Start by summarizing these case in the user's question's language and reference the sources, including the urls and dates.
66
- Instructions: Always answer the user using the language used in his question: {message}
 
 
67
  """
68
 
69
  print(message)
 
59
 
60
  message = f"""
61
  A user is asking you the following question: {message}
62
+ Please answer the user in the same language that he used in his question using the following given context not prior knowledge.
63
+ Context:
64
+ The following case extracts from various Swiss Federal Court and European Court of Human Rights cases have been found to fit the question :
65
  {context}
66
+ Task:
67
+ Start by summarizing these case in the user's question's language and reference the sources, including the urls and dates.
68
+ Instructions:
69
+ Always answer the user using the language used in his question: {message}
70
  """
71
 
72
  print(message)