keep everything .py

This commit is contained in:
2026-04-14 10:16:59 +00:00
parent 6999ed8a3a
commit 120c8d9d8d
2 changed files with 1 additions and 1864 deletions

View File

@@ -1426,7 +1426,7 @@ class OpenAIServingChat(OpenAIServing):
# reasoning parser never saw think-end. Move reasoning to # reasoning parser never saw think-end. Move reasoning to
# content so the client sees the output. # content so the client sees the output.
if ( if (
finish_reason_ == "length" output.finish_reason == "length"
and content is None and content is None
and reasoning and reasoning
): ):

File diff suppressed because it is too large Load Diff