Skip to content

Commit e886120

Browse files
committed
update
1 parent cd1a434 commit e886120

File tree

5 files changed

+11
-0
lines changed

5 files changed

+11
-0
lines changed

articles/ai-services/openai/how-to/embeddings.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ print(response.model_dump_json(indent=2))
5151

5252
# [OpenAI Python 0.28.1](#tab/python)
5353

54+
[!INCLUDE [Deprecation](../includes/deprecation.md)]
55+
5456
```python
5557
import openai
5658

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,9 @@ When functions are provided, by default the `function_call` is set to `"auto"` a
149149

150150
# [OpenAI Python 0.28.1](#tab/python)
151151

152+
[!INCLUDE [Deprecation](../includes/deprecation.md)]
153+
154+
152155
```python
153156

154157
import os

articles/ai-services/openai/includes/chat-completion.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ Microsoft was founded by Bill Gates and Paul Allen. They established the company
110110

111111
# [OpenAI Python 0.28.1](#tab/python)
112112

113+
[!INCLUDE [Deprecation](../includes/deprecation.md)]
114+
113115
```python
114116
import os
115117
import openai

articles/ai-services/openai/includes/chatgpt-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ pip install openai
3737

3838
# [OpenAI Python 0.28.1](#tab/python)
3939

40+
[!INCLUDE [Deprecation](../includes/deprecation.md)]
41+
4042
```console
4143
pip install openai==0.28.1
4244
```

articles/ai-services/openai/includes/embeddings-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ pip install openai num2words matplotlib plotly scipy scikit-learn pandas tiktoke
3131

3232
# [OpenAI Python 0.28.1](#tab/python)
3333

34+
[!INCLUDE [Deprecation](../includes/deprecation.md)]
35+
3436
```cmd
3537
pip install "openai==0.28.1" num2words matplotlib plotly scipy scikit-learn pandas tiktoken
3638
```

0 commit comments

Comments
 (0)