summaryrefslogtreecommitdiff
path: root/main_test.go
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2026-02-02 14:29:31 +0300
committerGrail Finder <wohilas@gmail.com>2026-02-02 14:29:31 +0300
commite3be45b023686e9f03b70481ac26054a720d38f3 (patch)
tree7a309634321619b94973eeefffe175c6600e3145 /main_test.go
parentfcb4b99332b78abb9517378e83379c2e5faed2ab (diff)
Fix: openrouter model list
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main_test.go b/main_test.go
index 84d23ba..998778c 100644
--- a/main_test.go
+++ b/main_test.go
@@ -1,9 +1,9 @@
package main
import (
- "gf-lt/models"
"fmt"
"gf-lt/config"
+ "gf-lt/models"
"strings"
"testing"
)