Skip to content

Commit

Permalink
fix scale parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerkle authored Sep 13, 2024
1 parent 342d9cb commit 82c8914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08-building-search-applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ az cognitiveservices account deployment create \
--model-name text-embedding-ada-002 \
--model-version "2" \
--model-format OpenAI \
--scale-settings-scale-type "Standard"
--sku-capacity 100 --sku-name "Standard"
```

## Solution
Expand Down

0 comments on commit 82c8914

Please sign in to comment.