keep everything .py
This commit is contained in:
@@ -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
|
||||||
):
|
):
|
||||||
|
|||||||
1863
serving.py.patch
1863
serving.py.patch
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user