tts-voice-creator-clone-and.../static
mARTin-B78 d2fe6790ee Fix Connect button scope error and add custom STT cards to conversation dropdown
cardType() was defined inside initLlmsSection() IIFE but called from
renderLocalContainers() which is outside that scope, causing a silent
ReferenceError that reset every Connect click to failure. Moved cardType
to module scope.

Custom STT cards (e.g. whisperx-gpu) are now included in /api/stt-backends
and appear in the Conversation STT dropdown. Added _normalize_service_url()
so 0.0.0.0 URLs in stored cards are rewritten to host.docker.internal for
server-side health checks. _transcribe_audio() tries /transcribe as fallback
for custom backends that don't expose /v1/audio/transcriptions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 02:35:38 +02:00
..
sections Fix engine RAM chips with real nvidia-smi GPU memory measurements 2026-05-28 00:03:11 +02:00
app.js Fix Connect button scope error and add custom STT cards to conversation dropdown 2026-05-28 02:35:38 +02:00
index.html Add Conversation Playground + XTTS v2 backend + VibeVoice voice fix 2026-05-27 23:27:57 +02:00
loader.js Add Conversation Playground + XTTS v2 backend + VibeVoice voice fix 2026-05-27 23:27:57 +02:00
nav.js Add Conversation Playground + XTTS v2 backend + VibeVoice voice fix 2026-05-27 23:27:57 +02:00
style.css Add Conversation Playground + XTTS v2 backend + VibeVoice voice fix 2026-05-27 23:27:57 +02:00