mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 07:15:01 +08:00
[Bugfix] Steaming continuous_usage_stats default to False (#9709)
Signed-off-by: Sam Stoelinga <sammiestoel@gmail.com>
This commit is contained in:
parent
6567e13724
commit
067e77f9a8
@ -127,7 +127,7 @@ class ResponseFormat(OpenAIBaseModel):
|
||||
|
||||
class StreamOptions(OpenAIBaseModel):
|
||||
include_usage: Optional[bool] = True
|
||||
continuous_usage_stats: Optional[bool] = True
|
||||
continuous_usage_stats: Optional[bool] = False
|
||||
|
||||
|
||||
class FunctionDefinition(OpenAIBaseModel):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user