diff options
author | Grail Finder <wohilas@gmail.com> | 2025-08-08 13:03:37 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-08-08 13:03:37 +0300 |
commit | d7d432b8a1dbea9e18f78d835112fa074051f587 (patch) | |
tree | 517a6e057aaf3fb5fd418690bfff1941d55c45bb /tui.go | |
parent | 589dfdda3fa89ecc984530ce3bfcc58ee2fd851d (diff) |
Enha: /chat /completions tool calls to live in peace
Diffstat (limited to 'tui.go')
-rw-r--r-- | tui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,7 +558,7 @@ func init() { if event.Key() == tcell.KeyF5 { // switch cfg.ShowSys cfg.ShowSys = !cfg.ShowSys - textView.SetText(chatToText(cfg.ShowSys)) + textView.SetText(chatToText(cfg.ShowSys)) // TODO: fix removing all new names colorText() } if event.Key() == tcell.KeyF6 { |