From e66eb0e7d4342ae1c58e9bbd341843753be548f0 Mon Sep 17 00:00:00 2001 From: historia Date: Fri, 28 Aug 2026 17:16:54 -0400 Subject: feat: cli auto-starts and stops locally-managed servers if no --api-url is passed --- app/ui/hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/ui') 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, -- cgit v1.2.3