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 c73a02dc40
commit ccc8ed0473
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
}