Skip to content

Commit 935716d

Browse files
Merge pull request #6093 from voutilad/devtier-typo
Fix Developer Tier sku typo in examples.
2 parents 0586b72 + 906f881 commit 935716d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/openai/how-to/fine-tune-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ deploy_params = {'api-version': "2024-10-21"}
5252
deploy_headers = {'Authorization': 'Bearer {}'.format(token), 'Content-Type': 'application/json'}
5353

5454
deploy_data = {
55-
"sku": {"name": "developer", "capacity": 50},
55+
"sku": {"name": "developertier", "capacity": 50},
5656
"properties": {
5757
"model": {
5858
"format": "OpenAI",
@@ -94,7 +94,7 @@ curl -X POST "https://management.azure.com/subscriptions/<SUBSCRIPTION>/resource
9494
-H "Authorization: Bearer <TOKEN>" \
9595
-H "Content-Type: application/json" \
9696
-d '{
97-
"sku": {"name": "developer", "capacity": 50},
97+
"sku": {"name": "developertier", "capacity": 50},
9898
"properties": {
9999
"model": {
100100
"format": "OpenAI",

0 commit comments

Comments
 (0)