| Enhance AnthropicProvider with SSL verification support
- Added verify_ssl parameter to AnthropicProvider for SSL certificate validation, defaulting to False for enterprise proxy environments.
- Created a custom HTTP client using httpx.AsyncClient to accommodate the new SSL verification configuration.
- Updated initialization logging to include the SSL verification status.
This change improves security and flexibility for users operating in environments with specific SSL requirements.
| 1 个月前 |
| Enhance AnthropicProvider with SSL verification support
- Added verify_ssl parameter to AnthropicProvider for SSL certificate validation, defaulting to False for enterprise proxy environments.
- Created a custom HTTP client using httpx.AsyncClient to accommodate the new SSL verification configuration.
- Updated initialization logging to include the SSL verification status.
This change improves security and flexibility for users operating in environments with specific SSL requirements.
| 1 个月前 |
| fix: settings
| 3 个月前 |