Karthikeyan
commited on
Commit
•
05d41aa
1
Parent(s):
d6e40d7
Update app.py
Browse files
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")
|
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:
|