Skip to content

Commit c724ac4

Browse files
authored
Update how-to-prerequisites-openai-python.md
1 parent e11523b commit c724ac4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-foundry/model-inference/includes/how-to-prerequisites-openai-python.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ author: santiagxf
1111

1212
# [OpenAI](#tab/openai)
1313

14-
```bash
15-
pip install -U openai
16-
```
14+
```bash
15+
pip install -U openai
16+
```
1717

1818
# [Model Inference (preview)](#tab/inference)
1919

20-
```bash
21-
pip install -U azure-ai-inference
22-
```
20+
```bash
21+
pip install -U azure-ai-inference
22+
```

0 commit comments

Comments
 (0)