We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f29d6 commit 73a1672Copy full SHA for 73a1672
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