Skip to content

Commit dd37764

Browse files
Merge pull request #364 from norelina/norelina/azure-openai-api-reference
Updated API reference docs...
2 parents 7728b4d + 05083b9 commit dd37764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/api-surface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Azure OpenAI provides two methods for authentication. You can use either API Ke
3838
The service APIs are versioned using the ```api-version``` query parameter. All versions follow the YYYY-MM-DD date structure. For example:
3939

4040
```http
41-
POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/completions?api-version=2024-06-01
41+
POST https://YOUR_RESOURCE_NAME.openai.azure.com/openai/deployments/YOUR_DEPLOYMENT_NAME/chat/completions?api-version=2024-06-01
4242
```

0 commit comments

Comments
 (0)