fix(app): use current default model (#38603)

This commit is contained in:
Brendan Allan
2026-08-10 15:14:17 +08:00
committed by GitHub
parent d90532a595
commit 941e71dbbb
8 changed files with 46 additions and 9 deletions
+4
View File
@@ -5,6 +5,10 @@ import { PreloadMultiFileDiffResult } from "@pierre/diffs/ssr"
export type NormalizedProviderListResponse = {
all: Map<string, Provider>
defaultModel?: {
providerID: string
modelID: string
} | null
default: {
[key: string]: string
}