mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +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 && (
|
{showCacheControl && (
|
||||||
<div className="ml-6 pl-4 border-l-2 border-gray-200">
|
<div className="ml-6 pl-4 border-l-2 border-gray-200">
|
||||||
<Text className="text-sm text-gray-500 block mb-4">
|
<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.
|
Providers like Anthropic, Bedrock API require users to specify where to inject cache control checkpoints,
|
||||||
If both are provided, the index takes precedence.
|
litellm can automatically add them for you as a cost saving feature.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Form.List
|
<Form.List
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue