naveenvenkatesh commited on
Commit
9bab356
1 Parent(s): 1f25217

Update ContractGenerator.py

Browse files
Files changed (1) hide show
  1. ContractGenerator.py +1 -1
ContractGenerator.py CHANGED
@@ -12,7 +12,7 @@ class ContractGenerator:
12
  Args:
13
  api_key (str): Your OpenAI API key.
14
  """
15
- openai.api_key = api_key
16
 
17
  def generate_contract(self, instructions: str) -> None:
18
  """
 
12
  Args:
13
  api_key (str): Your OpenAI API key.
14
  """
15
+ pass
16
 
17
  def generate_contract(self, instructions: str) -> None:
18
  """