Skip to content

Commit f473f14

Browse files
Merge pull request #3245 from lgayhardt/aif-sk0225
Freshness Semantic Kernal Azure AI Foundry
2 parents d795ef7 + dc33a2b commit f473f14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/ai-studio/how-to/develop/semantic-kernel.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Develop applications with Semantic Kernel and Azure AI Foundry.
55
author: lgayhardt
66
ms.author: lagayhar
77
ms.reviewer: taochen
8-
ms.date: 12/04/2024
8+
ms.date: 02/27/2025
99
ms.topic: how-to
1010
ms.service: azure-ai-foundry
1111
manager: scottpolly
@@ -29,7 +29,9 @@ In this article, you learn how to use [Semantic Kernel](/semantic-kernel/overvie
2929
```bash
3030
pip install semantic-kernel
3131
```
32-
- In this example, we are working with the Azure AI model inference API, hence we install the relevant Azure dependencies. You can do it with:
32+
33+
- In this example, we're working with the Azure AI model inference API, so we need to install the relevant Azure dependencies. You can do it with:
34+
3335
```bash
3436
pip install semantic-kernel[azure]
3537
```

0 commit comments

Comments
 (0)