naveenvenkatesh commited on
Commit
fc974b7
·
1 Parent(s): 7bac9bd

Update ContractGenerator.py

Browse files
Files changed (1) hide show
  1. 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, api_key: str):
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