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 232ddc2 commit c1eef03Copy full SHA for c1eef03
articles/ai-services/openai/how-to/stored-completions.md
@@ -115,7 +115,7 @@ curl $AZURE_OPENAI_ENDPOINT/openai/deployments/gpt-4o/chat/completions?api-versi
115
-H "Authorization: Bearer $AZURE_OPENAI_AUTH_TOKEN" \
116
-d '{
117
"model": "gpt-4o",
118
- "store": True,
+ "store": true,
119
"messages": [
120
{
121
"role": "system",
@@ -137,7 +137,7 @@ curl $AZURE_OPENAI_ENDPOINT/openai/deployments/gpt-4o/chat/completions?api-versi
137
-H "api-key: $AZURE_OPENAI_API_KEY" \
138
139
140
141
142
143
0 commit comments