mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix - setting success callbacks with store model in db = True
This commit is contained in:
parent
45d1b5a4cf
commit
7ffd3d40fa
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue