Skip to content

Commit 1606b2b

Browse files
authored
Update code-create-chat-client-entra.md
1 parent 29ef1df commit 1606b2b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/ai-foundry/model-inference/includes/code-create-chat-client-entra.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@ author: santiagxf
1212
Install the package `azure-ai-inference` using your package manager, like pip:
1313

1414
```bash
15-
pip install azure-ai-inference>=1.0.0b5
15+
pip install azure-ai-inference
1616
```
1717

18-
> [!WARNING]
19-
> Azure AI Services resource requires the version `azure-ai-inference>=1.0.0b5` for Python.
20-
2118
Then, you can use the package to consume the model. The following example shows how to create a client to consume chat completions with Entra ID:
2219

2320
```python

0 commit comments

Comments
 (0)