forked from phoenix/litellm-mirror
docs(caching): add custom key value pairs to caching docs
b
This commit is contained in:
parent
00a6b4067d
commit
3fac512b74
2 changed files with 19 additions and 2 deletions
|
@ -132,11 +132,16 @@ const sidebars = {
|
|||
{
|
||||
type: "category",
|
||||
label: "Caching",
|
||||
link: {
|
||||
type: 'generated-index',
|
||||
title: 'Providers',
|
||||
description: 'Learn how to deploy + call models from different providers on LiteLLM',
|
||||
slug: '/caching',
|
||||
},
|
||||
items: [
|
||||
"caching/caching",
|
||||
"caching/local_caching",
|
||||
"caching/redis_cache",
|
||||
"caching/caching_api",
|
||||
"caching/gpt_cache",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue