[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

@@ -185,7 +185,6 @@ class DataConfigService: # 数据配置服务类PostgreSQL
"llm_id": config.llm_id,
"embedding_id": config.embedding_id,
"rerank_id": config.rerank_id,
"llm": config.llm,
"enable_llm_dedup_blockwise": config.enable_llm_dedup_blockwise,
"enable_llm_disambiguation": config.enable_llm_disambiguation,
"deep_retrieval": config.deep_retrieval,