Timothy Jaeryang Baek 5 月之前
父节点
当前提交
243e187f0b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      backend/open_webui/main.py

+ 0 - 1
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 = []