feat:添加AI功能

This commit is contained in:
2025-11-13 14:43:48 +08:00
parent bce8bdf9ef
commit 5cf6de697b
11 changed files with 408 additions and 14 deletions

View File

@@ -11,3 +11,12 @@ NOTIFICATION_ALLOWED_PACKAGES=com.eg.android.AlipayGphone,com.tencent.mm
GEMINI_API_KEY=
OCR_PROJECT_ID=
FILE_STORAGE_BUCKET=
# DeepSeek AI (OpenAI compatible)
DEEPSEEK_API_KEY=
DEEPSEEK_BASE_URL=https://api.deepseek.com
DEEPSEEK_MODEL=deepseek-chat
# Feature flags
AI_ENABLE_CLASSIFICATION=false
AI_AUTO_LEARN_RULES=false