Skip to content

Commit 8a9ce61

Browse files
authored
Fix the quotes in the JSON snippet in batch.md
I replaced the `“` signs with `"`. The JSON snippet is now valid JSON.
1 parent a66620a commit 8a9ce61

File tree

1 file changed

+2
-2
lines changed
  • articles/ai-services/openai/how-to

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ When a job failure occurs, you'll find details about the failure in the `errors`
202202
"object": “list”,
203203
"data": [
204204
{
205-
code”: “empty_file,
206-
message”: “The input file is empty. Please ensure that the batch contains at least one request.
205+
"code": "empty_file",
206+
"message": "The input file is empty. Please ensure that the batch contains at least one request."
207207
}
208208
]
209209
},

0 commit comments

Comments
 (0)