This commit is contained in:
MaiziXiao 2025-04-25 04:34:07 +00:00
parent 28fa6fc63c
commit 66cf9be640

View File

@ -678,7 +678,9 @@ class OpenAISDK(OpenAI):
and responses.choices[0].message.reasoning_content): and responses.choices[0].message.reasoning_content):
if self.verbose: if self.verbose:
self.logger.info( self.logger.info(
'Concat Reasoning Content and tags to content' 'Follow'
'vllm/reasoning/deepseek_r1_reasoning_parser'
'to parse the reasoning content and tags'
'Reasoning Content: %s, \n' 'Reasoning Content: %s, \n'
'Tags: %s, \n' 'Tags: %s, \n'
'Content: %s', 'Content: %s',