merve HF staff commited on
Commit
c3fb6a1
·
1 Parent(s): 67fb1a3

Update openai_api.py

Browse files
Files changed (1) hide show
  1. openai_api.py +1 -1
openai_api.py CHANGED
@@ -9,7 +9,7 @@ class OpenAI_API:
9
  def single_request(self, address_text):
10
 
11
  openai.api_type = "azure"
12
- openai.api_base = "https://afet-org.openai.azure.com/"
13
  openai.api_version = "2022-12-01"
14
  openai.api_key = os.getenv("API_KEY")
15
 
 
9
  def single_request(self, address_text):
10
 
11
  openai.api_type = "azure"
12
+ openai.api_base = "https://afet-org-v2.openai.azure.com/"
13
  openai.api_version = "2022-12-01"
14
  openai.api_key = os.getenv("API_KEY")
15