diff --git a/genai/client.go b/genai/client.go index 7e81777..333bc53 100644 --- a/genai/client.go +++ b/genai/client.go @@ -114,7 +114,7 @@ func hasAuthOption(opts []option.ClientOption) bool { case "option.withHTTPClient", "option.withTokenSource", - "option.withCredentialsFile", + "option.withCredFile", "option.withCredentialsJSON": return true }