feat: stabilize rag chat conversations and auto title sync

This commit is contained in:
wren
2026-05-19 15:52:05 +08:00
parent 564f2bebc8
commit afaba4dd99
19 changed files with 1988 additions and 93 deletions
+9 -2
View File
@@ -33,15 +33,22 @@ BUCKET = "leaudit"
REGION = ""
[LLM]
BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
BASE_URL = "https://hub.leke.run/qwen/v1/chat/completions"
MODEL = "qwen3.5-35b-a3b"
API_KEY = "sk-6c7466b543b947ffadc50a5d79135712"
[VLM]
BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
BASE_URL = "https://hub.leke.run/qwen/v1/chat/completions"
MODEL = "qwen3.5-35b-a3b"
API_KEY = "sk-6c7466b543b947ffadc50a5d79135712"
[EMBEDDING]
BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1/embeddings"
MODEL = "text-embedding-v4"
API_KEY = "sk-6c7466b543b947ffadc50a5d79135712"
DIM = 1024
BATCH_SIZE = 10
[OCR]
BASE_URL = "https://hub.leke.run/"
TIMEOUT = 300