Skip to content

Commit 1cf171a

Browse files
authored
Update sdk-overview.md
1 parent a81b9e6 commit 1cf171a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-studio/how-to/develop/sdk-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- build-2024
99
- ignite-2024
1010
ms.topic: overview
11-
ms.date: 11/19/2024
11+
ms.date: 11/25/2024
1212
ms.reviewer: dantaylo
1313
ms.author: sgilley
1414
author: sdgilley
@@ -181,7 +181,7 @@ The [Azure AI model inference service](/azure/ai-studio/ai-services/model-infere
181181

182182
To use the model inference service, first ensure that your project has an AI Services connection (in the management center).
183183

184-
Install the `azure-ai-inferencing` client library:
184+
Install the `azure-ai-inference` client library:
185185

186186
::: zone pivot="programming-language-python"
187187

@@ -237,7 +237,7 @@ To learn more about using the Azure AI inferencing client, check out the [Azure
237237

238238
The inferencing client supports for creating prompt messages from templates. The template allows you to dynamically generate prompts using inputs that are available at runtime.
239239

240-
To use prompt templates, install the `azure-ai-inferencing` package:
240+
To use prompt templates, install the `azure-ai-inference` package:
241241

242242
```bash
243243
pip install azure-ai-inference

0 commit comments

Comments
 (0)