Port 8080 is Open WebUI — it passes /health + /v1/models checks but returns 405 on POST /v1/audio/transcriptions. Updated probe logic to: - treat 405 as 'endpoint missing, try next path' - treat non-JSON 500 as broken, JSON-500 with detail as 'audio too short' (ok) - use 500ms silence WAV instead of 1-frame (too tiny for alignment models) Changed whisper.cpp default from :8080 to :8085 to avoid clash with Open WebUI. Updated s-llms.html placeholder and code snippet accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| sections | ||
| app.js | ||
| index.html | ||
| loader.js | ||
| nav.js | ||
| style.css | ||