Skip to content

Commit 3d84668

Browse files
committed
update
1 parent ff88e4f commit 3d84668

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/ai-services/openai/how-to/stored-completions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ curl https://YOUR-RESOURCE-NAME.openai.azure.com/openai/chat/completions?api-ver
426426

427427
### Get stored completion
428428

429-
Get stored completion by id.
429+
Get stored completion by ID.
430430

431431
# [Python (Microsoft Entra ID)](#tab/python-secure)
432432

@@ -753,6 +753,8 @@ curl -X https://YOUR-RESOURCE-NAME.openai.azure.com/openai/chat/completions/chat
753753

754754
Delete stored completion by completion ID.
755755

756+
### Microsoft Entra ID
757+
756758
# [Python (Microsoft Entra ID)](#tab/python-secure)
757759

758760
```python

0 commit comments

Comments
 (0)