fix(app): remove redundant toast for thinking effort changes (#9181)
parent
5c9cc9c748
commit
6c0991d162
|
|
@ -533,10 +533,6 @@ export default function Page() {
|
|||
keybind: "shift+mod+t",
|
||||
onSelect: () => {
|
||||
local.model.variant.cycle()
|
||||
showToast({
|
||||
title: "Thinking effort changed",
|
||||
description: "The thinking effort has been changed to " + (local.model.variant.current() ?? "Default"),
|
||||
})
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue