MyMidas/backend/alembic/versions
megaproxy d6118bac54 Add custom API URL and model to AI settings
- Settings → AI: optional base URL and model name fields
- Defaults to Anthropic/OpenAI public APIs when left blank
- Custom URL enables Open WebUI, LM Studio, Ollama, and any OpenAI-compatible endpoint
- Parse endpoint uses custom base URL and model if configured
- Migration 0004: ai_base_url + ai_model columns on users
- OpenAI provider label updated to "OpenAI-compatible"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 19:01:00 +00:00
..
0001_initial_schema.py Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
0002_refresh_token_hash.py Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
0003_ai_settings.py Add AI receipt parsing with provider API key settings 2026-04-22 17:07:24 +00:00
0004_ai_base_url.py Add custom API URL and model to AI settings 2026-04-22 19:01:00 +00:00