Skip to content

Commit cf8a3bd

Browse files
authored
Update how-to-prerequisites-openai-python.md
1 parent 5a93c47 commit cf8a3bd

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

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

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,16 @@ ms.author: fasantia
77
author: santiagxf
88
---
99

10-
# [OpenAI](#tab/openai)
10+
* Install the SDK with the following command:
1111

12-
* Install the OpenAI SDK with the following command:
13-
14-
```bash
15-
pip install -U openai
16-
```
17-
18-
# [Model Inference (preview)](#tab/inference)
19-
20-
* Install the [Azure AI inference package for Python](https://aka.ms/azsdk/azure-ai-inference/python/reference) with the following command:
21-
22-
```bash
23-
pip install -U azure-ai-inference
24-
```
25-
26-
---
12+
# [OpenAI](#tab/openai)
13+
14+
```bash
15+
pip install -U openai
16+
```
17+
18+
# [Model Inference (preview)](#tab/inference)
19+
20+
```bash
21+
pip install -U azure-ai-inference
22+
```

0 commit comments

Comments
 (0)