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 a8220a9 commit 927a253Copy full SHA for 927a253
articles/ai-foundry/model-inference/includes/how-to-prerequisites-openai-python.md
@@ -9,13 +9,13 @@ author: santiagxf
9
10
* Install the SDK with the following command:
11
12
- # [OpenAI](#tab/openai)
+ # [OpenAI API](#tab/openai)
13
14
```bash
15
pip install -U openai
16
```
17
18
- # [Model Inference (preview)](#tab/inference)
+ # [Model Inference API (preview)](#tab/inference)
19
20
21
pip install -U azure-ai-inference
0 commit comments