Skip to content

Commit

Permalink
Add content_filter to chat completion chunks
Browse files Browse the repository at this point in the history
Missed this in openai#88, I think
  • Loading branch information
rattrayalex committed Sep 27, 2023
1 parent 58fee49 commit 79fce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2882,7 +2882,7 @@ components:
finish_reason:
type: string
description: *chat_completion_finish_reason_description
enum: ["stop", "length", "function_call"]
enum: ["stop", "length", "function_call", "content_filter"]
nullable: true
required:
- id
Expand Down

0 comments on commit 79fce8a

Please sign in to comment.