Chore: solving TODOs

This commit is contained in:
Grail Finder
2025-10-03 20:42:36 +03:00
parent 448cb97074
commit dc183e3692
7 changed files with 21 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
package main
import (
"gf-lt/config"
"encoding/json"
"fmt"
"gf-lt/config"
"net/http"
"time"
)
@@ -61,7 +61,7 @@ out:
}
func modelHandler(w http.ResponseWriter, req *http.Request) {
llmModel := fetchModelName()
llmModel := fetchLCPModelName()
payload, err := json.Marshal(llmModel)
if err != nil {
logger.Error("model handler", "error", err)