summaryrefslogtreecommitdiff
path: root/tables.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-05-21 19:55:14 +0300
committerGrail Finder <wohilas@gmail.com>2025-05-21 19:55:14 +0300
commitfe4f759173ecd3cff2a6db38878cfd2727b8b49c (patch)
treed7adeeed7fb08e5aea4eb6544219b134ca2344a1 /tables.go
parent8b9a33d3302ac7e094029556dcc718345afccc4c (diff)
Chore: project rename; gf-lt => grailfinder's llm tui
Diffstat (limited to 'tables.go')
-rw-r--r--tables.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tables.go b/tables.go
index 5685929..0f22321 100644
--- a/tables.go
+++ b/tables.go
@@ -7,9 +7,9 @@ import (
"strings"
"time"
- "elefant/models"
- "elefant/pngmeta"
- "elefant/rag"
+ "gf-lt/models"
+ "gf-lt/pngmeta"
+ "gf-lt/rag"
"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"