diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-02-02 14:29:31 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-02-02 14:29:31 +0300 |
| commit | e3be45b023686e9f03b70481ac26054a720d38f3 (patch) | |
| tree | 7a309634321619b94973eeefffe175c6600e3145 /main_test.go | |
| parent | fcb4b99332b78abb9517378e83379c2e5faed2ab (diff) | |
Fix: openrouter model list
Diffstat (limited to 'main_test.go')
| -rw-r--r-- | main_test.go | 2 |
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" ) |
