Skip to content

Commit 73e1d57

Browse files
authored
Update llama-index.md
1 parent 0d8c998 commit 73e1d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/develop/llama-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ llm = AzureAICompletionsModel(
8585
> [!TIP]
8686
> If your model is an OpenAI model deployed to Azure OpenAI service or AI services resource, configure the client as indicated at [Azure OpenAI models and Azure AI model inference service](#azure-openai-models-and-azure-ai-model-infernece-service).
8787
88-
If your endpoint is serving more than one model, like with the [Azure AI model inference service](../../ai-services/model-endpoint.md) or [GitHub Models](https://github.com/marketplace/models), you have to indicate `model_name` parameter:
88+
If your endpoint is serving more than one model, like with the [Azure AI model inference service](../../ai-services/model-inference.md) or [GitHub Models](https://github.com/marketplace/models), you have to indicate `model_name` parameter:
8989
9090
```python
9191
import os
@@ -130,7 +130,7 @@ llm = AzureAICompletionsModel(
130130

131131
### Azure OpenAI models and Azure AI model infernece service
132132

133-
If you are using Azure OpenAI models or [Azure AI model inference service](../../ai-services/model-endpoint.md), ensure you have at least version `0.2.4` of the LlamaIndex integration. Use `api_version` parameter in case you need to select a specific `api_version`. For the [Azure AI model inference service](../../ai-services/model-endpoint.md), you need to pass `model_name` parameter:
133+
If you are using Azure OpenAI models or [Azure AI model inference service](../../ai-services/model-inference.md), ensure you have at least version `0.2.4` of the LlamaIndex integration. Use `api_version` parameter in case you need to select a specific `api_version`. For the [Azure AI model inference service](../../ai-services/model-inference.md), you need to pass `model_name` parameter:
134134

135135
```python
136136
from llama_index.llms.azure_inference import AzureAICompletionsModel

0 commit comments

Comments
 (0)