We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c7d71 commit c71ff7aCopy full SHA for c71ff7a
src/openai/types/chat/chat_completion.py
@@ -30,7 +30,7 @@ class Choice(BaseModel):
30
index: int
31
"""The index of the choice in the list of choices."""
32
33
- logprobs: Optional[ChoiceLogprobs]
+ logprobs: Optional[ChoiceLogprobs] = None
34
"""Log probability information for the choice."""
35
36
message: ChatCompletionMessage
0 commit comments