feat: support file-aware model switch and update tech docs

This commit is contained in:
2026-03-09 17:38:13 +08:00
parent 52b8dbb835
commit bd41f48971
4 changed files with 245 additions and 137 deletions

View File

@@ -21,6 +21,8 @@ FEISHU_VERIFY_TOKEN=
LLM_BASE_URL=https://api.openai.com/v1
LLM_API_KEY=
LLM_MODEL=gpt-4o-mini
LLM_FILE_MODEL=gpt-4o-mini
LLM_FILE_PROMPT_MODE=user_content_file_parts
SQLITE_PATH=./data/laodingbot.db
ALLOWED_DIRS=./workspace,./data,./skills