nik-one commited on
Commit
d06c6c6
1 Parent(s): 041e3bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -58,11 +58,11 @@ CONTEXT: {context}
58
  CHAT HISTORY: {chat_history}
59
  QUESTION: {question}
60
  ANSWER:
61
- - Point 1: [Detail the first key aspect of the law, ensuring it reflects general application]
62
- - Point 2: [Provide a concise explanation of how the law is typically interpreted or applied]
63
- - Point 3: [Correct a common misconception or clarify a frequently misunderstood aspect]
64
- - Point 4: [Detail any exceptions to the general rule, if applicable]
65
- - Point 5: [Include any additional relevant information that directly relates to the user's query]
66
  </s>[INST]
67
  """
68
 
 
58
  CHAT HISTORY: {chat_history}
59
  QUESTION: {question}
60
  ANSWER:
61
+ - [Detail the first key aspect of the law, ensuring it reflects general application]
62
+ - [Provide a concise explanation of how the law is typically interpreted or applied]
63
+ - [Correct a common misconception or clarify a frequently misunderstood aspect]
64
+ - [Detail any exceptions to the general rule, if applicable]
65
+ - [Include any additional relevant information that directly relates to the user's query]
66
  </s>[INST]
67
  """
68