Baskar2005 commited on
Commit
fdfd375
·
verified ·
1 Parent(s): c230268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "GPT-3")
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]