fix(tui): hide model cycle from palette
This commit is contained in:
parent
8a70d70006
commit
84a96ab811
1 changed files with 1 additions and 0 deletions
|
|
@ -642,6 +642,7 @@ function App(props: { pair?: DialogPairCredentials; started: number }) {
|
|||
title: "Model cycle",
|
||||
category: "Agent",
|
||||
hidden: true,
|
||||
namespace: undefined,
|
||||
run: () => {
|
||||
local.model.cycle(1)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue