From 1cf32cc00915d1d5ebf3ebb88aa3ced7a47b8e54 Mon Sep 17 00:00:00 2001 From: Bernhard Merkle Date: Mon, 9 Sep 2024 15:22:29 +0200 Subject: [PATCH] fix for https://github.com/microsoft/generative-ai-for-beginners/issues/574 use new API version '2023-05-01 parameters --- 08-building-search-applications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08-building-search-applications/README.md b/08-building-search-applications/README.md index b9ad736ba..73a4b05ae 100644 --- a/08-building-search-applications/README.md +++ b/08-building-search-applications/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" ``` ## Solution