We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c08b5 commit e6d6c2dCopy full SHA for e6d6c2d
articles/ai-studio/how-to/develop/semantic-kernel.md
@@ -29,7 +29,7 @@ In this article, you learn how to use [Semantic Kernel](/semantic-kernel/overvie
29
```bash
30
pip install semantic-kernel
31
```
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:
+- 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:
33
34
pip install semantic-kernel[azure]
35
0 commit comments