support for the DeepSeek model by enabling streaming response parsing (#5592)
This commit is contained in:
@@ -966,8 +966,6 @@ def v1_chat_generate_request(
|
||||
),
|
||||
}
|
||||
)
|
||||
# TODO fix the compatible issues with xgrammar
|
||||
strict_tag = None
|
||||
|
||||
for message in request.messages:
|
||||
if isinstance(message.content, str):
|
||||
|
||||
Reference in New Issue
Block a user