From 336451340b86ba1f713b47d44225df61058f5a8f Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 29 Jan 2025 20:18:40 +0300 Subject: Feat: set/change props from tui for /completion --- tui.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tui.go') diff --git a/tui.go b/tui.go index 6766cd5..53d1c10 100644 --- a/tui.go +++ b/tui.go @@ -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) }) -- cgit v1.2.3