Fix: openrouter model list

This commit is contained in:
Grail Finder
2026-02-02 14:29:31 +03:00
parent fcb4b99332
commit e3be45b023
3 changed files with 103 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
package main
import (
"gf-lt/models"
"fmt"
"gf-lt/config"
"gf-lt/models"
"strings"
"testing"
)