We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e661df3 commit 8f63a09Copy full SHA for 8f63a09
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
@@ -7,8 +7,20 @@ ms.author: fasantia
7
author: santiagxf
8
---
9
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
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
+---
0 commit comments