Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
067e77f9
Unverified
Commit
067e77f9
authored
Oct 25, 2024
by
Sam Stoelinga
Committed by
GitHub
Oct 26, 2024
Browse files
[Bugfix] Steaming continuous_usage_stats default to False (#9709)
Signed-off-by:
Sam Stoelinga
<
sammiestoel@gmail.com
>
parent
6567e137
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/protocol.py
vllm/entrypoints/openai/protocol.py
+1
-1
No files found.
vllm/entrypoints/openai/protocol.py
View file @
067e77f9
...
@@ -127,7 +127,7 @@ class ResponseFormat(OpenAIBaseModel):
...
@@ -127,7 +127,7 @@ class ResponseFormat(OpenAIBaseModel):
class
StreamOptions
(
OpenAIBaseModel
):
class
StreamOptions
(
OpenAIBaseModel
):
include_usage
:
Optional
[
bool
]
=
True
include_usage
:
Optional
[
bool
]
=
True
continuous_usage_stats
:
Optional
[
bool
]
=
Tru
e
continuous_usage_stats
:
Optional
[
bool
]
=
Fals
e
class
FunctionDefinition
(
OpenAIBaseModel
):
class
FunctionDefinition
(
OpenAIBaseModel
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment