mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
add gpt cache to docs
This commit is contained in:
parent
4e8bfeb6f1
commit
628cfa29f3
3 changed files with 34 additions and 1 deletions
|
@ -58,7 +58,14 @@ const sidebars = {
|
|||
"observability/supabase_integration",
|
||||
],
|
||||
},
|
||||
'caching',
|
||||
{
|
||||
type: "category",
|
||||
label: "Caching",
|
||||
items: [
|
||||
"caching/caching",
|
||||
"caching/gpt_cache",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Extras',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue