[fix]Remove the LLM (#45)

This commit is contained in:
乐力齐
2026-01-07 13:57:47 +08:00
committed by GitHub
parent 5040c603ff
commit 1083698a1f
3 changed files with 1 additions and 3 deletions

View File

@@ -327,7 +327,7 @@ class DataConfigRepository:
# 更新字段映射
field_mapping = {
# 模型选择
"llm_id": "llm",
"llm_id": "llm_id",
"embedding_id": "embedding_id",
"rerank_id": "rerank_id",
# 记忆萃取引擎