robertselvam commited on
Commit
059c9ac
1 Parent(s): 9dbd6b3

Update aggressive_content_finder.py

Browse files
Files changed (1) hide show
  1. aggressive_content_finder.py +1 -2
aggressive_content_finder.py CHANGED
@@ -10,12 +10,11 @@ class AggressiveContentFinder:
10
 
11
  """
12
 
13
- def __init__(self,filepath):
14
  """
15
  Initialize the AggressiveContentFinder with your OpenAI API key.
16
  """
17
  # openai.api_key = openai_api_key
18
- self.filepath = filepath
19
  pass
20
 
21
  def _extract_aggressive_content(self, contract_text: str) -> str:
 
10
 
11
  """
12
 
13
+ def __init__(self):
14
  """
15
  Initialize the AggressiveContentFinder with your OpenAI API key.
16
  """
17
  # openai.api_key = openai_api_key
 
18
  pass
19
 
20
  def _extract_aggressive_content(self, contract_text: str) -> str: