fix(webui): only highlight actual model fallbacks
This commit is contained in:
@@ -1313,6 +1313,7 @@ export type InboundEvent =
|
||||
chat_id: string;
|
||||
model_name: string;
|
||||
model_preset?: string | null;
|
||||
is_fallback?: boolean;
|
||||
}
|
||||
| ({
|
||||
event: "turn_end";
|
||||
|
||||
Reference in New Issue
Block a user