Skip to content

Commit 4f453bf

Browse files
authored
Merge pull request #120810 from nkgami/patch-37
Fix wrong HTTP Method
2 parents 4004d82 + b4cb4f5 commit 4f453bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/fine-tuning-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ The only limitations are that the new region must also support fine-tuning and w
247247
Below is an example of deploying a model that was fine-tuned in one subscription/region to another.
248248
249249
```bash
250-
curl -X POST "https://management.azure.com/subscriptions/<SUBSCRIPTION>/resourceGroups/<RESOURCE_GROUP>/providers/Microsoft.CognitiveServices/accounts/<RESOURCE_NAME>/deployments/<MODEL_DEPLOYMENT_NAME>api-version=2023-05-01" \
250+
curl -X PUT "https://management.azure.com/subscriptions/<SUBSCRIPTION>/resourceGroups/<RESOURCE_GROUP>/providers/Microsoft.CognitiveServices/accounts/<RESOURCE_NAME>/deployments/<MODEL_DEPLOYMENT_NAME>api-version=2023-05-01" \
251251
-H "Authorization: Bearer <TOKEN>" \
252252
-H "Content-Type: application/json" \
253253
-d '{

0 commit comments

Comments
 (0)