summaryrefslogtreecommitdiff
path: root/llm.go
diff options
context:
space:
mode:
Diffstat (limited to 'llm.go')
-rw-r--r--llm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/llm.go b/llm.go
index 40ddd87..3307467 100644
--- a/llm.go
+++ b/llm.go
@@ -2,7 +2,7 @@ package main
import (
"bytes"
- "elefant/models"
+ "gf-lt/models"
"encoding/json"
"io"
"strings"