From 66cf9be640e2faf4760cb3235edc3ab51ba7f1b3 Mon Sep 17 00:00:00 2001 From: MaiziXiao Date: Fri, 25 Apr 2025 04:34:07 +0000 Subject: [PATCH] update --- opencompass/models/openai_api.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opencompass/models/openai_api.py b/opencompass/models/openai_api.py index 4836afc1..9c2baed1 100644 --- a/opencompass/models/openai_api.py +++ b/opencompass/models/openai_api.py @@ -678,7 +678,9 @@ class OpenAISDK(OpenAI): and responses.choices[0].message.reasoning_content): if self.verbose: 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' 'Tags: %s, \n' 'Content: %s',