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