(fix) use litellm.cache for getting key

This commit is contained in:
ishaan-jaff 2024-01-24 18:34:22 -08:00
parent 2130a61b6e
commit bf851ef19a
2 changed files with 4 additions and 7 deletions

View file

@ -1382,8 +1382,6 @@ async def initialize(
verbose_proxy_logger.setLevel(
level=logging.DEBUG
) # set proxy logs to debug
litellm.set_verbose = True
dynamic_config = {"general": {}, user_model: {}}
if config:
(