Baskar2005 commited on
Commit
b5fa604
·
verified ·
1 Parent(s): c6caddc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ class CourseGenarator:
46
  client = AzureOpenAI(api_key=os.getenv("AZURE_OPENAI_KEY"),
47
  api_version="2023-07-01-preview",
48
  azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT"),
49
- deployment_name="GPT-3")
50
 
51
  resume_path = resume_path.name
52
  resume = self.extract_text_from_file(resume_path)
 
46
  client = AzureOpenAI(api_key=os.getenv("AZURE_OPENAI_KEY"),
47
  api_version="2023-07-01-preview",
48
  azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT"),
49
+ azure_deployment = "GPT-3")
50
 
51
  resume_path = resume_path.name
52
  resume = self.extract_text_from_file(resume_path)