We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db70a21 commit 311bd53Copy full SHA for 311bd53
articles/cognitive-services/openai/tutorials/embeddings.md
@@ -7,7 +7,7 @@ manager: nitinme
7
ms.service: cognitive-services
8
ms.subservice: openai
9
ms.topic: tutorial
10
-ms.date: 12/01/2022
+ms.date: 12/14/2022
11
author: mrbullwinkle
12
ms.author: mbullwin
13
recommendations: false
@@ -137,7 +137,7 @@ RESOURCE_ENDPOINT = os.getenv("AZURE_OPENAI_ENDPOINT")
137
openai.api_type = "azure"
138
openai.api_key = API_KEY
139
openai.api_base = RESOURCE_ENDPOINT
140
-openai.api_version = "2022-06-01-preview"
+openai.api_version = "2022-12-01"
141
142
url = openai.api_base + "/openai/deployments?api-version=2022-06-01-preview"
143
0 commit comments