Skip to content

Commit 96ebce8

Browse files
Merge pull request #516 from santiagxf/santiagxf-patch-1
Update llama-index.md
2 parents 245a2e6 + 4955924 commit 96ebce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ llm = AzureAICompletionsModel(
138138

139139
## Use LLMs models
140140

141-
You can use the client directly or [#configure-the-models-used-by-your-code](Configure the models used by your code) in LlamaIndex. To use the model directly, use the `chat` method for chat instruction models:
141+
You can use the client directly or [Configure the models used by your code](#configure-the-models-used-by-your-code) in LlamaIndex. To use the model directly, use the `chat` method for chat instruction models:
142142

143143
```python
144144
from llama_index.core.llms import ChatMessage

0 commit comments

Comments
 (0)