MyMidas/backend
megaproxy 1ece0908af Add Test Connection button to AI settings with plain-English error messages
- POST /settings/ai/test sends a minimal text prompt to verify the provider
- Returns ok/message — maps HTTP status codes to human-readable explanations
- 405 → "URL pointing at wrong place, check custom URL has no path suffix"
- 401 → invalid key, 404 → wrong path, 429 → rate limited, etc.
- Test button appears once a key is saved; result shown inline below buttons

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 19:28:20 +00:00
..
alembic Add custom API URL and model to AI settings 2026-04-22 19:01:00 +00:00
app Add Test Connection button to AI settings with plain-English error messages 2026-04-22 19:28:20 +00:00
scripts Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
alembic.ini Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00
Dockerfile Complete Phase 3, Phase 5 polish and hardening 2026-04-22 14:59:11 +00:00
pyproject.toml Initial commit: MyMidas personal finance tracker 2026-04-21 11:56:10 +00:00