You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add proxy and SOCKS5 support to HTTP Anthropic client (#213)
- Add support for proxy URL, SOCKS URL, and skip verify options in the Anthropic client configuration
- Introduce `DefaultHeaderTransport` to add custom headers to HTTP requests
- Add new HTTP transport configuration for handling proxy and SOCKS URLs
- Update the Anthropic client initialization to use the new HTTP client with custom transport
- Add `WithProxyURL`, `WithSocksURL`, and `WithSkipVerify` options for configuring the Anthropic client
Signed-off-by: appleboy <[email protected]>
0 commit comments