feat(webui): switch model presets from the composer (#5077)
This commit is contained in:
+1
-1
@@ -1689,7 +1689,7 @@ function Shell({
|
||||
} catch {
|
||||
// ignore storage errors
|
||||
}
|
||||
client.sendMessage(chatId, "/restart");
|
||||
void client.sendSystemCommand(chatId, "/restart").catch(() => {});
|
||||
}, [activeSession?.chatId, client]);
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user