Skip to content

Commit

Permalink
Fix keys inside top_logprobs not optional (openai#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
enochcheung committed Dec 17, 2023
1 parent 9ac3029 commit b315344
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6414,10 +6414,10 @@ components:
token: *chat_completion_response_logprobs_token
logprob: *chat_completion_response_logprobs_token_logprob
bytes: *chat_completion_response_logprobs_bytes
required:
- token
- logprob
- bytes
required:
- token
- logprob
- bytes
required:
- token
- logprob
Expand Down

0 comments on commit b315344

Please sign in to comment.