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 --- pngmeta/altwriter.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pngmeta/altwriter.go') diff --git a/pngmeta/altwriter.go b/pngmeta/altwriter.go index b031ba7..206b563 100644 --- a/pngmeta/altwriter.go +++ b/pngmeta/altwriter.go @@ -2,7 +2,7 @@ package pngmeta import ( "bytes" - "elefant/models" + "gf-lt/models" "encoding/base64" "encoding/binary" "encoding/json" @@ -30,7 +30,7 @@ func WriteToPng(metadata *models.CharCardSpec, sourcePath, outfile string) error } base64Data := base64.StdEncoding.EncodeToString(jsonData) embedData := PngEmbed{ - Key: "elefant", // Replace with appropriate key constant + Key: "gf-lt", // Replace with appropriate key constant Value: base64Data, } var outputBuffer bytes.Buffer -- cgit v1.2.3