From 243e187f0ba3017fcc31ec6353e3bf97e523a47b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 16 Nov 2024 14:52:07 -0800 Subject: [PATCH] refac --- backend/open_webui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index c523fd4c8..90c12971d 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -935,7 +935,6 @@ app.mount("/api/v1", webui_app) webui_app.state.EMBEDDING_FUNCTION = retrieval_app.state.EMBEDDING_FUNCTION -@cached(ttl=1) async def get_all_base_models(): open_webui_models = [] openai_models = []