DeutschLernen/GermanApp/Infrastructure/Services
Lasse Rune Hansen 9e753d9b40 feat(backend/ai-services): Phase 3 - Model validation and setup guide
Phase 3 Tasks Completed:
- Added model directory validation to VoskService constructor
- Added configuration validation to TtsService constructor
- Added comprehensive setup instructions to VoskConfig and CoquiConfig
- Added AI Model Setup Guide to docs/features/ai-services.md with:
  - Vosk model download and setup instructions
  - Coqui TTS model download and setup instructions
  - Mistral API configuration guide
  - Verification commands
  - Troubleshooting table
- Updated appsettings.json and appsettings.Development.json with comments

All configuration is now validated on service startup with helpful error messages
that guide users to download and configure the required models.

Build: Success
Tests: 296 passing (148 unit + 148 integration)

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-13 10:47:02 +02:00
..
AiServicesHealthCheck.cs feat(backend/ai-services): Complete Phase 1 - Configuration & Interfaces 2026-06-13 10:22:54 +02:00
AuthService.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
MistralCircuitBreaker.cs feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
MistralConnector.cs test(backend/infrastructure): add unit tests for MistralConnector 2026-06-09 20:00:14 +02:00
MistralRateLimiter.cs feat(backend/infrastructure): implement Mistral API Connector (Phase 0 of AI Services) 2026-06-09 18:56:37 +02:00
TtsService.cs feat(backend/ai-services): Phase 3 - Model validation and setup guide 2026-06-13 10:47:02 +02:00
VoskService.cs feat(backend/ai-services): Phase 3 - Model validation and setup guide 2026-06-13 10:47:02 +02:00