diff --git a/08-building-search-applications/translations/tw/README.md b/08-building-search-applications/translations/tw/README.md index 525ffe050..7392fbebd 100644 --- a/08-building-search-applications/translations/tw/README.md +++ b/08-building-search-applications/translations/tw/README.md @@ -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" ``` ## 解決方案