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 0299ede commit 31ba210Copy full SHA for 31ba210
articles/ai-foundry/model-inference/includes/code-manage-content-filtering.md
@@ -122,8 +122,8 @@ try {
122
__Request__
123
124
```HTTP/1.1
125
-POST /chat/completions?api-version=2024-05-01-preview
126
-Authorization: Bearer <bearer-token>
+POST https://<resource>.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview
+api-key: <api-key>
127
Content-Type: application/json
128
```
129
0 commit comments