Karthikeyan commited on
Commit
05d41aa
1 Parent(s): d6e40d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import PyPDF2
5
  class JobListGenerator:
6
  def __init__(self):
7
 
8
- openai.api_key = os.getenv("OPENAI_API_KEY")#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
9
  self.engine = 'text-davinci-003'
10
 
11
  def _extract_text_from_pdf(self, file_path: str) -> str:
 
5
  class JobListGenerator:
6
  def __init__(self):
7
 
8
+ openai.api_key = os.getenv("OPENAI_API_KEY")
9
  self.engine = 'text-davinci-003'
10
 
11
  def _extract_text_from_pdf(self, file_path: str) -> str: