feat: pass resolved provider list to server discovery

This commit is contained in:
Troed Sångberg
2026-08-21 12:33:07 +02:00
parent 56366982e2
commit 29dc747478
+1 -1
View File
@@ -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"]