Skip to content

Commit c1eef03

Browse files
authored
Update stored-completions.md
1 parent 232ddc2 commit c1eef03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ curl $AZURE_OPENAI_ENDPOINT/openai/deployments/gpt-4o/chat/completions?api-versi
115115
-H "Authorization: Bearer $AZURE_OPENAI_AUTH_TOKEN" \
116116
-d '{
117117
"model": "gpt-4o",
118-
"store": True,
118+
"store": true,
119119
"messages": [
120120
{
121121
"role": "system",
@@ -137,7 +137,7 @@ curl $AZURE_OPENAI_ENDPOINT/openai/deployments/gpt-4o/chat/completions?api-versi
137137
-H "api-key: $AZURE_OPENAI_API_KEY" \
138138
-d '{
139139
"model": "gpt-4o",
140-
"store": True,
140+
"store": true,
141141
"messages": [
142142
{
143143
"role": "system",

0 commit comments

Comments
 (0)