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 --- rag/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rag') diff --git a/rag/main.go b/rag/main.go index f3028b4..b7e0c00 100644 --- a/rag/main.go +++ b/rag/main.go @@ -2,9 +2,9 @@ package rag import ( "bytes" - "elefant/config" - "elefant/models" - "elefant/storage" + "gf-lt/config" + "gf-lt/models" + "gf-lt/storage" "encoding/json" "errors" "fmt" -- cgit v1.2.3