diff --git a/providers/anthropic/anthropic.go b/providers/anthropic/anthropic.go index 10f845b9d88be697d82ab76c20ad6fcca172f76f..ca09ab3f8eddb5d96468da85ea4ca90a877a1629 100644 --- a/providers/anthropic/anthropic.go +++ b/providers/anthropic/anthropic.go @@ -32,12 +32,12 @@ const ( ) type options struct { - baseURL string - apiKey string - name string - headers map[string]string - userAgent string - client option.HTTPClient + baseURL string + apiKey string + name string + headers map[string]string + userAgent string + client option.HTTPClient vertexProject string vertexLocation string