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 311bd53 commit e8fcf17Copy full SHA for e8fcf17
articles/cognitive-services/openai/tutorials/embeddings.md
@@ -139,7 +139,7 @@ openai.api_key = API_KEY
139
openai.api_base = RESOURCE_ENDPOINT
140
openai.api_version = "2022-12-01"
141
142
-url = openai.api_base + "/openai/deployments?api-version=2022-06-01-preview"
+url = openai.api_base + "/openai/deployments?api-version=2022-12-01"
143
144
r = requests.get(url, headers={"api-key": API_KEY})
145
0 commit comments