初步重构llmrequest

This commit is contained in:
墨梓柒
2025-07-25 13:21:48 +08:00
parent 999ea4a7ce
commit 909e47bcee
21 changed files with 612 additions and 1237 deletions

8
src/llm_models/temp.py Normal file
View File

@@ -0,0 +1,8 @@
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)