From 727a5cef7c06a64f8e88ddd68387f9505d4b7a0b Mon Sep 17 00:00:00 2001 From: jinye_huang Date: Mon, 12 May 2025 09:55:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E6=9C=9F=E6=B5=8B=E8=AF=95=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/judge_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/judge_test.py b/scripts/judge_test.py index 5cc52bd..fc7334e 100644 --- a/scripts/judge_test.py +++ b/scripts/judge_test.py @@ -6,7 +6,8 @@ from utils.content_judger import ContentJudger # 创建AI代理实例 ai_agent = AI_Agent( base_url="vllm", # 或者其他支持的基础URL - model_name="qwen3-30B-A3B", # 使用的模型名称 + # model_name="qwen3-30B-A3B", # 使用的模型名称 + model_name="qwenQWQ", api="EMPTY", # API密钥 timeout=120 # 超时时间 )