chore: `anthropic` -> `google`

Andrey Nering created

Change summary

google/google.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

google/google.go 🔗

@@ -34,7 +34,7 @@ func New(opts ...Option) ai.Provider {
 	}
 
 	if options.name == "" {
-		options.name = "anthropic"
+		options.name = "google"
 	}
 
 	return &provider{