• Your Name's avatar
    Complete fix: Add ondemand mode model switching to audio and TTS endpoints · 63460a13
    Your Name authored
    - Added model resolution and unload logic to /v1/audio/transcriptions
    - Added model resolution and unload logic to /v1/audio/speech (TTS)
    - Now ALL endpoints (text, image, audio, TTS) properly handle model switching
    - In ondemand mode, ANY model type switch triggers unload first (e.g., text->audio, TTS->image, etc.)
    63460a13
Name
Last commit
Last update
..
__init__.py Loading commit data...
app.py Loading commit data...
images.py Loading commit data...
log.py Loading commit data...
state.py Loading commit data...
text.py Loading commit data...
transcriptions.py Loading commit data...
tts.py Loading commit data...