You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For brevity, we are only including a single chat completion response of output. If you follow the steps in this article you should have three responses similar to the one below:
282
+
283
+
```json
284
+
{
285
+
"custom_id": "task-0",
286
+
"response": {
287
+
"body": {
288
+
"choices": [
289
+
{
290
+
"content_filter_results": {
291
+
"hate": {
292
+
"filtered": false,
293
+
"severity": "safe"
294
+
},
295
+
"self_harm": {
296
+
"filtered": false,
297
+
"severity": "safe"
298
+
},
299
+
"sexual": {
300
+
"filtered": false,
301
+
"severity": "safe"
302
+
},
303
+
"violence": {
304
+
"filtered": false,
305
+
"severity": "safe"
306
+
}
307
+
},
308
+
"finish_reason": "stop",
309
+
"index": 0,
310
+
"logprobs": null,
311
+
"message": {
312
+
"content": "Microsoft was founded on April 4, 1975, by Bill Gates and Paul Allen in Albuquerque, New Mexico.",
0 commit comments