fix(webui): only highlight actual model fallbacks

This commit is contained in:
chengyongru
2026-08-21 16:49:30 +08:00
committed by chengyongru
parent 761e95b659
commit 7f97373490
9 changed files with 26 additions and 2 deletions
+1
View File
@@ -1313,6 +1313,7 @@ export type InboundEvent =
chat_id: string;
model_name: string;
model_preset?: string | null;
is_fallback?: boolean;
}
| ({
event: "turn_end";