feat(settings): add default AI provider/model to tenant settings with migration

Merged Nguyễn Ngọc Đại requested to merge hotfix/select-default-provider-and-model into main

Add new columns default_provider and default_model to tenant_settings table, with a migration that backfills data from existing ai_config JSONB field. Introduce a PATCH /ai-config/default endpoint and repository method to update these columns, allowing tenants to set system-wide defaults for AI provider and model.

Merge request reports