Skip to content

Commit 0d5204c

Browse files
committed
file name
1 parent 165f4df commit 0d5204c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this article, you learn how to use [Semantic Kernel](/semantic-kernel/overvie
1919

2020
- An [Azure subscription](https://azure.microsoft.com).
2121
- An Azure AI project as explained at [Create a project in Azure AI Foundry portal](../create-projects.md).
22-
- A model supporting the [Azure AI model inference API](../../reference/reference-model-inference-api?tabs=python) deployed. In this example, we use a `Mistral-Large` deployment, but use any model of your preference. For using embeddings capabilities in LlamaIndex, you need an embedding model like `cohere-embed-v3-multilingual`.
22+
- A model supporting the [Azure AI model inference API](../../reference/reference-model-inference-api.md?tabs=python) deployed. In this example, we use a `Mistral-Large` deployment, but use any model of your preference. For using embeddings capabilities in LlamaIndex, you need an embedding model like `cohere-embed-v3-multilingual`.
2323

2424
- You can follow the instructions at [Deploy models as serverless APIs](../deploy-models-serverless.md).
2525

0 commit comments

Comments
 (0)