diff --git a/tui.tsx b/tui.tsx index 1a6179a..5765fb8 100644 --- a/tui.tsx +++ b/tui.tsx @@ -305,7 +305,7 @@ const tui: TuiPlugin = async (api, options) => { }) try { - llamaServerUrls = resolveServerUrls(options, api.state.config) + llamaServerUrls = resolveServerUrls(options, api.state.provider, api.state.config) } catch (e) { console.error("[oc-ls-stats] resolveServerUrls error:", e) llamaServerUrls = ["http://localhost:8080"]