Skip to content

Commit 927a253

Browse files
authored
Update how-to-prerequisites-openai-python.md
1 parent a8220a9 commit 927a253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ author: santiagxf
99

1010
* Install the SDK with the following command:
1111

12-
# [OpenAI](#tab/openai)
12+
# [OpenAI API](#tab/openai)
1313

1414
```bash
1515
pip install -U openai
1616
```
1717

18-
# [Model Inference (preview)](#tab/inference)
18+
# [Model Inference API (preview)](#tab/inference)
1919

2020
```bash
2121
pip install -U azure-ai-inference

0 commit comments

Comments
 (0)