diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-04-14 16:57:33 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-04-14 16:57:33 +0000 |
commit | 0a28521605e96514b1bb7e12093d5e3edc1d1ded (patch) | |
tree | 94394ee159a8dcc52dca939077b67d973df26b8f /plugins.go | |
parent | update (diff) | |
download | milla-0a28521605e96514b1bb7e12093d5e3edc1d1ded.tar.gz milla-0a28521605e96514b1bb7e12093d5e3edc1d1ded.zip |
swapped https://github.com/google/generative-ai-go for https://github.com/googleapis/go-genai
Diffstat (limited to 'plugins.go')
-rw-r--r-- | plugins.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,6 @@ import ( "github.com/ailncode/gluaxmlpath" "github.com/cjoudrey/gluahttp" - "github.com/google/generative-ai-go/genai" "github.com/jackc/pgx/v5" "github.com/kohkimakimoto/gluayaml" gopherjson "github.com/layeh/gopher-json" @@ -20,6 +19,7 @@ import ( "github.com/yuin/gluare" lua "github.com/yuin/gopher-lua" "gitlab.com/megalithic-llc/gluasocket" + "google.golang.org/genai" ) func registerStructAsLuaMetaTable[T any]( |