Baskar2005 commited on
Commit
1b60192
·
verified ·
1 Parent(s): 3d78927

Update app.py

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