Skip to content

Commit

Permalink
Merge pull request #29 from dtmeadows/patch-1
Browse files Browse the repository at this point in the history
fix: mark ChatCompletionChunk.choices.finish_reason as nullable
  • Loading branch information
Nutlope authored Aug 20, 2024
2 parents b1ee5f4 + 06fc1c2 commit e989277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,7 @@ components:
type: integer
finish_reason:
$ref: '#/components/schemas/FinishReason'
nullable: true
logprobs:
type: number
nullable: true
Expand Down

0 comments on commit e989277

Please sign in to comment.