Skip to content

Commit 8f63a09

Browse files
authored
Update and rename how-to-prerequisites-python.md to how-to-prerequisites-openai-python.md
1 parent e661df3 commit 8f63a09

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

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

10+
# [OpenAI](#tab/openai)
11+
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+
1020
* Install the [Azure AI inference package for Python](https://aka.ms/azsdk/azure-ai-inference/python/reference) with the following command:
1121

1222
```bash
1323
pip install -U azure-ai-inference
1424
```
25+
26+
---

0 commit comments

Comments
 (0)