managarten/apps/chat/apps
Till JS 02bd9d3117 feat(apps): integrate GPU services into Picture and Chat apps
Picture App:
- Update LocalImageGenService to use GPU server (gpu-img.mana.how)
- Add API key authentication (GPU_API_KEY)
- Increase timeout to 120s (VRAM may need model loading time)

Chat App:
- Add VoiceModule with STT/TTS integration via GPU server
- POST /api/v1/voice/transcribe — Upload audio, get text + word timestamps
- POST /api/v1/voice/synthesize — Send text, get audio response
- GET /api/v1/voice/health — Check GPU voice services availability
- Supports speaker diarization and language selection

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 21:59:46 +01:00
..
backend feat(apps): integrate GPU services into Picture and Chat apps 2026-03-27 21:59:46 +01:00
landing feat(analytics): add automatic CTA tracking to all 10 landing pages 2026-03-22 19:13:24 +01:00
mobile refactor(auth): standardize mobile auth return format to { success, error } 2026-03-23 12:59:13 +01:00
web feat(apps): migrate Chat, Questions, Mukke, Context, Photos to local-first 2026-03-27 21:17:56 +01:00