From fe4f759173ecd3cff2a6db38878cfd2727b8b49c Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Wed, 21 May 2025 19:55:14 +0300 Subject: Chore: project rename; gf-lt => grailfinder's llm tui --- bot.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'bot.go') diff --git a/bot.go b/bot.go index f3ceb69..0ea2a11 100644 --- a/bot.go +++ b/bot.go @@ -4,11 +4,11 @@ import ( "bufio" "bytes" "context" - "elefant/config" - "elefant/extra" - "elefant/models" - "elefant/rag" - "elefant/storage" + "gf-lt/config" + "gf-lt/extra" + "gf-lt/models" + "gf-lt/rag" + "gf-lt/storage" "encoding/json" "fmt" "io" -- cgit v1.2.3