diff options
author | Grail Finder <wohilas@gmail.com> | 2025-01-29 20:18:40 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-01-29 20:18:40 +0300 |
commit | 336451340b86ba1f713b47d44225df61058f5a8f (patch) | |
tree | 2bd748b7c88095380ee3cc82bb38b705756dec23 /tui.go | |
parent | 7bf18dede570116b4508b2c936106ed4bf47d55b (diff) |
Feat: set/change props from tui for /completion
Diffstat (limited to 'tui.go')
-rw-r--r-- | tui.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -135,7 +135,6 @@ func startNewChat() { func makePropsForm(props map[string]float32) *tview.Form { form := tview.NewForm(). AddTextView("Notes", "Props for llamacpp completion call", 40, 2, true, false). - AddCheckbox("Age 18+", false, nil). AddButton("Quit", func() { pages.RemovePage(propsPage) }) |