v0.14.4
Full Changelog: v0.14.3...v0.14.4
Release Notes for v0.14.4
New Features
- Added support for environment variable
CPE_CUSTOM_URL
as an alternative way to specify a custom API endpoint URL. This can be used instead of the-custom-url
flag.
Improvements
- Improved error message when using an unknown model - now mentions both the
-custom-url
flag and theCPE_CUSTOM_URL
environment variable as options for specifying the endpoint.
Internal Changes
- Refactored OpenAI and Anthropic provider implementations to use their official SDKs, which should provide better reliability and maintainability.