Skip to content

Commit 4955924

Browse files
authored
Update llama-index.md
1 parent 4fc76b0 commit 4955924

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)