Spaces:
Sleeping
Sleeping
naveenvenkatesh
commited on
Commit
·
fc974b7
1
Parent(s):
7bac9bd
Update ContractGenerator.py
Browse files- ContractGenerator.py +1 -1
ContractGenerator.py
CHANGED
@@ -5,7 +5,7 @@ class ContractGenerator:
|
|
5 |
A class for generating contract forms based on user instructions using the OpenAI GPT-3.5 model.
|
6 |
"""
|
7 |
|
8 |
-
def __init__(self
|
9 |
"""
|
10 |
Initialize the ContractGenerator.
|
11 |
|
|
|
5 |
A class for generating contract forms based on user instructions using the OpenAI GPT-3.5 model.
|
6 |
"""
|
7 |
|
8 |
+
def __init__(self):
|
9 |
"""
|
10 |
Initialize the ContractGenerator.
|
11 |
|