mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix(router.py): fix caching for tracking cooldowns + usage
This commit is contained in:
parent
94c1d71b2c
commit
61fc76a8c4
5 changed files with 148 additions and 75 deletions
|
@ -89,6 +89,7 @@ const sidebars = {
|
|||
"routing",
|
||||
"rules",
|
||||
"set_keys",
|
||||
"budget_manager",
|
||||
"completion/token_usage",
|
||||
{
|
||||
type: 'category',
|
||||
|
@ -157,7 +158,6 @@ const sidebars = {
|
|||
label: 'Extras',
|
||||
items: [
|
||||
'extras/contributing',
|
||||
"budget_manager",
|
||||
"proxy_server",
|
||||
{
|
||||
type: "category",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue