mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-25 22:24:23 +00:00
fix - setting success callbacks with store model in db = True
This commit is contained in:
@@ -1908,6 +1908,9 @@ class ProxyConfig:
|
||||
config[param_name].update(param_value)
|
||||
else:
|
||||
config[param_name] = param_value
|
||||
else:
|
||||
# if it's not in the config - then add it
|
||||
config[param_name] = param_value
|
||||
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user