From 254958fe85388739b886aac40c1b1ae41eb2406c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A2=A8=E6=A2=93=E6=9F=92?= <1787882683@qq.com> Date: Mon, 28 Jul 2025 19:55:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=96=87=E4=BB=B6temp.py=EF=BC=8C=E6=B8=85=E7=90=86=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/llm_models/temp.py | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/llm_models/temp.py diff --git a/src/llm_models/temp.py b/src/llm_models/temp.py deleted file mode 100644 index 89755a314..000000000 --- a/src/llm_models/temp.py +++ /dev/null @@ -1,8 +0,0 @@ - -import sys -import os -sys.path.append(os.path.join(os.path.dirname(__file__), '..', '..')) - -from src.config.config import model_config -print(f"当前模型配置: {model_config}") -print(model_config.req_conf.default_max_tokens) \ No newline at end of file