Spaces:
Running
Running
robertselvam
commited on
Commit
•
aade48a
1
Parent(s):
5ac67c9
Update aggressive_content_finder.py
Browse files
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
|
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 |
|