robertselvam commited on
Commit
aade48a
1 Parent(s): 5ac67c9

Update aggressive_content_finder.py

Browse files
Files changed (1) hide show
  1. aggressive_content_finder.py +1 -1
aggressive_content_finder.py CHANGED
@@ -38,7 +38,7 @@ class AggressiveContentFinder:
38
 
39
  conversation = [
40
  {"role": "system", "content": "You are a helpful Aggressive Terms Finder in Given Contract."},
41
- {"role": "user", "content": f"""This is a contract document content. Your task is to identify aggressive terms like warning terms, penalties in the given contract:
42
  ```contract: {contract_text}```"""}
43
  ]
44
 
 
38
 
39
  conversation = [
40
  {"role": "system", "content": "You are a helpful Aggressive Terms Finder in Given Contract."},
41
+ {"role": "user", "content": f"""This is a contract document content. Your task is to find aggressive terms, warning terms and penalties in the given contract.
42
  ```contract: {contract_text}```"""}
43
  ]
44