summaryrefslogtreecommitdiff
path: root/bot.go
diff options
context:
space:
mode:
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"