- Settings → AI: configure Anthropic or OpenAI provider with encrypted API key - Sparkle button on each attachment in transaction drawer sends image/PDF to AI - AI extracts merchant, amount, date, description, category hint - "Apply to transaction" button patches the transaction with parsed fields - Anthropic supports images and PDFs; OpenAI supports images only - API key stored AES-256-GCM encrypted in users table (migration 0003) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| accounts.py | ||
| admin.py | ||
| auth.py | ||
| budgets.py | ||
| categories.py | ||
| investments.py | ||
| predictions.py | ||
| reports.py | ||
| settings.py | ||
| transactions.py | ||
| users.py | ||