Timothy Jaeryang Baek 5 tháng trước cách đây
mục cha
commit
948b65e43f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      backend/open_webui/main.py

+ 1 - 1
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()