feat:修改nl2sql功能

This commit is contained in:
2026-09-14 10:57:48 +08:00
parent a7f9e182a4
commit 67d5cfc2b8
15 changed files with 206 additions and 54 deletions
+4 -3
View File
@@ -64,8 +64,9 @@ LLM_API_EMBED_MODEL=text-embedding-3-small
# 须与模型输出一致(qwen3-embedding 为 MRL 模型,可任选 32~4096)
LLM_EMBED_DIMENSIONS=1024
LLM_TEMPERATURE=0.3
LLM_MAX_TOKENS=1024
LLM_TIMEOUT=30
LLM_MAX_RETRIES=3
LLM_MAX_TOKENS=2048
LLM_TIMEOUT=60
LLM_MAX_RETRIES=2
LLM_RETRY_BACKOFF_SEC=1
LLM_FALLBACK_CHAT_MODEL= # 备用模型:主模型失败自动切换(留空则不启用)
LLM_API_TRUST_ENV=false