diff options
Diffstat (limited to 'app/ui/hub.py')
| -rw-r--r-- | app/ui/hub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py index f63ff99..5c312cf 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -1852,7 +1852,7 @@ def _prepare_run_config(backend: str, kwargs: dict # run selected (same URL/port, matching probe identity), so an # autostart or model-switch restart boots exactly what the run # needs instead of the Start/Stop menu's default model. - spec = qwen_backend._build_spec(_qwen_wanted_model(kwargs)) + spec = qwen_backend.build_spec(_qwen_wanted_model(kwargs)) return runview.RunConfig( backend=backend, backend_label=label, kwargs=kwargs, book_files=book_files, planned=planned, |
