chore: format

HIDE MODELS
This commit is contained in:
Timothy Jaeryang Baek
2025-02-26 22:18:18 -08:00
parent ef734833a5
commit ddb30589e3
58 changed files with 618 additions and 504 deletions

View File

@@ -14,6 +14,7 @@ from open_webui.env import SRC_LOG_LEVELS
log = logging.getLogger(__name__)
log.setLevel(SRC_LOG_LEVELS["MAIN"])
def deep_update(d, u):
for k, v in u.items():
if isinstance(v, collections.abc.Mapping):