forked from phoenix/litellm-mirror
fix(proxy_server.py): fix /config/update
/
allows updating router config via UI and having the change be propogated across all proxy instances by persisting config changes to the db
This commit is contained in:
parent
bae6f41017
commit
f54510b6ee
6 changed files with 50 additions and 90 deletions
|
@ -2553,6 +2553,8 @@ class Router:
|
|||
"timeout",
|
||||
"max_retries",
|
||||
"retry_after",
|
||||
"fallbacks",
|
||||
"context_window_fallbacks",
|
||||
]
|
||||
|
||||
_int_settings = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue