|
@@ -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"),
|
|
|
|
|
- })
|
|
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|