diff --git a/ui/litellm-dashboard/src/components/add_model/cache_control_settings.tsx b/ui/litellm-dashboard/src/components/add_model/cache_control_settings.tsx index 6bab202050..f0b0d0c290 100644 --- a/ui/litellm-dashboard/src/components/add_model/cache_control_settings.tsx +++ b/ui/litellm-dashboard/src/components/add_model/cache_control_settings.tsx @@ -56,8 +56,8 @@ const CacheControlSettings: React.FC = ({ {showCacheControl && (
- Specify either a role (to cache all messages of that role) or a specific message index. - If both are provided, the index takes precedence. + Providers like Anthropic, Bedrock API require users to specify where to inject cache control checkpoints, + litellm can automatically add them for you as a cost saving feature.