• Stefy Lanza (nextime / spora )'s avatar
    admin: show models pinned to a secondary engine (whisper form + loaded) · 25cb3b80
    Stefy Lanza (nextime / spora ) authored
    /admin/api/models is served by the primary engine and ran list_models()
    with the per-engine assignment filter, so models pinned to a secondary
    engine (whisper-servers configured with engine=radeon) were dropped. That
    emptied the whisper-server config form and left those models unmatched in
    the loaded-status check, so they never showed as loaded.
    
    Add list_models(all_engines=True) to bypass _entry_assigned, and call it
    from the admin model list. Combined with the whisper-servers now reported
    in /internal/engine-state, the radeon whisper-servers reappear in their own
    form and show as loaded.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    25cb3b80
Name
Last commit
Last update
..
admin Loading commit data...
api Loading commit data...
backends Loading commit data...
broker Loading commit data...
frontproxy Loading commit data...
models Loading commit data...
openai Loading commit data...
pydantic Loading commit data...
queue Loading commit data...
tasks Loading commit data...
__init__.py Loading commit data...
cli.py Loading commit data...
config.py Loading commit data...
main.py Loading commit data...
platform_paths.py Loading commit data...