修改配置文件

This commit is contained in:
zk
2026-07-28 16:07:19 +08:00
parent 6516944b69
commit c9f62563d6
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ class SpiderModel:
"""爬虫 AI 场景模型。"""
# 页面内容理解与结构化提取
CONTENT_EXTRACT = LLM.CLAUDE_OPUS.create(temperature=0)
CONTENT_EXTRACT = LLM.DOUBAO_SEED_LITE.create(temperature=0)