Limit run-time model list waiting (#812)

This commit is contained in:
ekko
2026-05-17 12:51:23 +08:00
committed by GitHub
parent 5e8f8bd4a1
commit 6516d86dfc
5 changed files with 57 additions and 8 deletions
+1 -1
View File
@@ -910,7 +910,7 @@ export const useChatStore = defineStore('chat', () => {
}
const appStore = useAppStore()
await appStore.loadModels()
await appStore.waitForModelsForRun()
const sessionModel = activeSession.value?.model || appStore.selectedModel
const isBridgeSource = activeSession.value?.source === 'cli'
const sessionProvider = activeSession.value?.provider || appStore.selectedProvider