Spaces:
Running
Running
robertselvam
commited on
Commit
•
eb6d128
1
Parent(s):
7771ad4
Update contract_missing_clausses.py
Browse files
contract_missing_clausses.py
CHANGED
@@ -63,7 +63,7 @@ class ContractMissingClauses:
|
|
63 |
|
64 |
conversation = [
|
65 |
{"role": "system", "content": "You are a helpful incomplete sentences finder"},
|
66 |
-
{"role": "user", "content": f"""list out the incomplete sentences in the following text: {
|
67 |
]
|
68 |
|
69 |
# Call OpenAI GPT-3.5-turbo
|
|
|
63 |
|
64 |
conversation = [
|
65 |
{"role": "system", "content": "You are a helpful incomplete sentences finder"},
|
66 |
+
{"role": "user", "content": f"""list out the incomplete sentences in the following text: {contract}"""}
|
67 |
]
|
68 |
|
69 |
# Call OpenAI GPT-3.5-turbo
|