summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-02-01 16:32:36 +0300
committerGrail Finder <wohilas@gmail.com>2025-02-01 16:32:36 +0300
commit84c94ecea34753f246bdfd51f6ff989281e873e3 (patch)
tree3e4330ed00811cd46299968af69e6f3671316aa6 /main.go
parent336451340b86ba1f713b47d44225df61058f5a8f (diff)
Feat: switch between completion and chat api
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f3105e5..64f11d3 100644
--- a/main.go
+++ b/main.go
@@ -10,7 +10,7 @@ var (
botRespMode = false
editMode = false
selectedIndex = int(-1)
- indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; toolUseAdviced: %v; model: %s"
+ indexLine = "F12 to show keys help; bot resp mode: %v; char: %s; chat: %s; RAGEnabled: %v; toolUseAdviced: %v; model: %s\nAPI_URL: %s"
focusSwitcher = map[tview.Primitive]tview.Primitive{}
)