File tree Expand file tree Collapse file tree 1 file changed +12
-16
lines changed
articles/ai-foundry/model-inference/includes Expand file tree Collapse file tree 1 file changed +12
-16
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,16 @@ ms.author: fasantia
7
7
author : santiagxf
8
8
---
9
9
10
- # [ OpenAI ] ( #tab/openai )
10
+ * Install the SDK with the following command:
11
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
- ---
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
+ ```
You can’t perform that action at this time.
0 commit comments