diff --git a/clients/python/text_generation/types.py b/clients/python/text_generation/types.py index 40852d9d..f7f823fc 100644 --- a/clients/python/text_generation/types.py +++ b/clients/python/text_generation/types.py @@ -191,7 +191,7 @@ class ChatCompletionChunk(BaseModel): model: str system_fingerprint: str choices: List[Choice] - usage: Optional[Any] + usage: Optional[Any] = None class Parameters(BaseModel):