Spaces:
Runtime error
Runtime error
Baskar2005
commited on
Update app.py
Browse files
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 |
-
|
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)
|