diff --git a/pkg/llmproxy/client/types.go b/pkg/llmproxy/client/types.go index 216dd69d71..cfb3aef1a1 100644 --- a/pkg/llmproxy/client/types.go +++ b/pkg/llmproxy/client/types.go @@ -113,9 +113,9 @@ func (e *APIError) Error() string { type Option func(*clientConfig) type clientConfig struct { - baseURL string - apiKey string - secretKey string + baseURL string + apiKey string + secretKey string httpTimeout time.Duration }