Spaces:
Running
Running
naveenvenkatesh
commited on
Commit
·
1f25217
1
Parent(s):
0e5d81d
Update contract_missing_clausses.py
Browse files
contract_missing_clausses.py
CHANGED
@@ -31,14 +31,13 @@ class ContractMissingClauses:
|
|
31 |
Class for identifying missing clauses, sub-clauses, and terms in a contract.
|
32 |
"""
|
33 |
|
34 |
-
def __init__(self
|
35 |
|
36 |
"""
|
37 |
Initialize the ContractMissingClauses class and set up the OpenAI API client.
|
38 |
"""
|
39 |
|
40 |
-
|
41 |
-
openai.api_key = open_api_key
|
42 |
|
43 |
def get_missing_clauses(self, contract: str):
|
44 |
|
|
|
31 |
Class for identifying missing clauses, sub-clauses, and terms in a contract.
|
32 |
"""
|
33 |
|
34 |
+
def __init__(self):
|
35 |
|
36 |
"""
|
37 |
Initialize the ContractMissingClauses class and set up the OpenAI API client.
|
38 |
"""
|
39 |
|
40 |
+
pass
|
|
|
41 |
|
42 |
def get_missing_clauses(self, contract: str):
|
43 |
|