Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from openai import AzureOpenAI
|
|
8 |
|
9 |
class ResumeAnalyser:
|
10 |
def __init__(self):
|
11 |
-
self.client = AzureOpenAI(azure_deployment = "
|
12 |
def extract_text_from_file(self,file_path):
|
13 |
# Get the file extension
|
14 |
file_extension = os.path.splitext(file_path)[1]
|
|
|
8 |
|
9 |
class ResumeAnalyser:
|
10 |
def __init__(self):
|
11 |
+
self.client = AzureOpenAI(azure_deployment = "gpt-4o")
|
12 |
def extract_text_from_file(self,file_path):
|
13 |
# Get the file extension
|
14 |
file_extension = os.path.splitext(file_path)[1]
|