修改模型使用

This commit is contained in:
zk
2026-04-29 15:55:58 +08:00
parent ba0003a270
commit f2016ee21b
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from app.ai.resume_extractor.prompts import (
from app.core.logger import log
from app.tool.json_helper import parse_llm_json
_LLM_MODEL = LLM.DOUBAO_PRO_32K
_LLM_MODEL = LLM.DOUBAO_LITE_32K
# ==================== 文本编号 ====================