summaryrefslogtreecommitdiff
path: root/bot.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 /bot.go
parent8b9a33d3302ac7e094029556dcc718345afccc4c (diff)
Chore: project rename; gf-lt => grailfinder's llm tui
Diffstat (limited to 'bot.go')
-rw-r--r--bot.go10
1 files changed, 5 insertions, 5 deletions
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"