Chore: project rename; gf-lt => grailfinder's llm tui

This commit is contained in:
Grail Finder
2025-05-21 19:55:14 +03:00
parent 8b9a33d330
commit fe4f759173
21 changed files with 34 additions and 33 deletions

10
bot.go
View File

@@ -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"