Chore: cleanup

This commit is contained in:
Grail Finder
2026-04-08 11:35:04 +03:00
parent 11fe89c243
commit 9ff4a465d9
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@@ -18,3 +18,4 @@ ragimport
.env .env
onnx/ onnx/
*.log *.log
log.txt

View File

@@ -193,11 +193,6 @@ func FsViewImg(args []string, stdin string) string {
return string(jsonResult) return string(jsonResult)
} }
// FsSee is deprecated, use FsViewImg
func FsSee(args []string, stdin string) string {
return FsViewImg(args, stdin)
}
func FsWrite(args []string, stdin string) string { func FsWrite(args []string, stdin string) string {
b64 := false b64 := false
var path string var path string