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