mirror of
https://git.sync.wtf/troed/oc-ls-stats.git
synced 2026-08-31 09:43:38 +03:00
feat: pass resolved provider list to server discovery
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user