Skip to content

Commit 8759785

Browse files
authored
Merge pull request #313 from emocibob/patch-1
Fix the quotes in the JSON snippet in batch.md
2 parents 9af3894 + 8a9ce61 commit 8759785

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)