mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
ui fixes for cache control
This commit is contained in:
parent
09df3815b8
commit
abb01bd968
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ const CacheControlSettings: React.FC<CacheControlSettingsProps> = ({
|
|||
{showCacheControl && (
|
||||
<div className="ml-6 pl-4 border-l-2 border-gray-200">
|
||||
<Text className="text-sm text-gray-500 block mb-4">
|
||||
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.
|
||||
</Text>
|
||||
|
||||
<Form.List
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue