fix: 删除临时文件temp.py,清理项目结构

pull/1148/head
墨梓柒 2025-07-28 19:55:45 +08:00
parent 8427465c67
commit 254958fe85
No known key found for this signature in database
GPG Key ID: 4A65B9DBA35F7635
1 changed files with 0 additions and 8 deletions

View File

@ -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)