MCPcopy Create free account
hub / github.com/dariubs/goAI / init

Function init

google.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11)
12
13func init() {
14 register("google", newGoogleProvider)
15}
16
17// googleProvider implements Provider for Google Gemini models
18type googleProvider struct {

Callers

nothing calls this directly

Calls 1

registerFunction · 0.85

Tested by

no test coverage detected