Skip to content

Commit 60816bd

Browse files
authored
Update code-create-chat-client.md
1 parent 8691dfc commit 60816bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

1414
```bash
15-
pip install -U azure-ai-inference
15+
pip install azure-ai-inference
1616
```
1717

1818
Then, you can use the package to consume the model. The following example shows how to create a client to consume chat completions:

0 commit comments

Comments
 (0)