Chore: project rename

This commit is contained in:
Grail Finder
2025-06-13 17:21:19 +03:00
parent 60d62773b8
commit 4d45a886d2
13 changed files with 29 additions and 28 deletions

View File

@ -3,8 +3,8 @@ package handlers
import (
"errors"
"fmt"
"golias/llmapi"
"golias/models"
"gralias/llmapi"
"gralias/models"
"html/template"
"net/http"
)