diff options
author | Grail Finder <wohilas@gmail.com> | 2025-05-21 19:55:14 +0300 |
---|---|---|
committer | Grail Finder <wohilas@gmail.com> | 2025-05-21 19:55:14 +0300 |
commit | fe4f759173ecd3cff2a6db38878cfd2727b8b49c (patch) | |
tree | d7adeeed7fb08e5aea4eb6544219b134ca2344a1 /storage/vector.go | |
parent | 8b9a33d3302ac7e094029556dcc718345afccc4c (diff) |
Chore: project rename; gf-lt => grailfinder's llm tui
Diffstat (limited to 'storage/vector.go')
-rw-r--r-- | storage/vector.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/vector.go b/storage/vector.go index 5e9069c..71005e4 100644 --- a/storage/vector.go +++ b/storage/vector.go @@ -1,7 +1,7 @@ package storage import ( - "elefant/models" + "gf-lt/models" "errors" "fmt" "unsafe" |