Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ class JobPotral:
|
|
51 |
|
52 |
Sets the OpenAI API key in the environment.
|
53 |
"""
|
54 |
-
self.client = AzureOpenAI()
|
55 |
|
56 |
self.answer = ""
|
57 |
|
|
|
51 |
|
52 |
Sets the OpenAI API key in the environment.
|
53 |
"""
|
54 |
+
self.client = AzureOpenAI(azure_deployment = "GPT-3")
|
55 |
|
56 |
self.answer = ""
|
57 |
|