diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 6a7cbb7eb..012af7bdf 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -1020,7 +1020,7 @@ async def get_all_base_models(): return models -@cached(ttl=1) +@cached(ttl=3) async def get_all_models(): models = await get_all_base_models()