From f83ac26e803af058fca8a0ff6d219c1398358650 Mon Sep 17 00:00:00 2001 From: lilinyang Date: Thu, 19 Jun 2025 12:14:15 +0800 Subject: [PATCH] go-fix --- internbootcamp/bootcamp/GO/InternGOBootcampDev.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internbootcamp/bootcamp/GO/InternGOBootcampDev.py b/internbootcamp/bootcamp/GO/InternGOBootcampDev.py index c4cf23c..4611a13 100755 --- a/internbootcamp/bootcamp/GO/InternGOBootcampDev.py +++ b/internbootcamp/bootcamp/GO/InternGOBootcampDev.py @@ -109,7 +109,7 @@ class InternGObootcamp(Basebootcamp): return None @classmethod - def verify_score(cls, model_output, identity:dict, format_score=0.2) -> float: + def verify_score(cls, model_output, identity:dict, format_score=0.2, **kwargs) -> float: """ 验证LLM的输出是否符合要求