feat(webui): show the actual fallback model (#5017)
This commit is contained in:
@@ -1087,6 +1087,11 @@ export type InboundEvent =
|
||||
model_name: string;
|
||||
model_preset?: string | null;
|
||||
}
|
||||
| {
|
||||
event: "turn_model_updated";
|
||||
chat_id: string;
|
||||
model_name: string;
|
||||
}
|
||||
| ({
|
||||
event: "turn_end";
|
||||
chat_id: string;
|
||||
|
||||
Reference in New Issue
Block a user