Timothy Jaeryang Baek 3 månader sedan
förälder
incheckning
8f9e202a88
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      backend/open_webui/main.py

+ 1 - 1
backend/open_webui/main.py

@@ -537,7 +537,7 @@ async def lifespan(app: FastAPI):
     asyncio.create_task(periodic_usage_pool_cleanup())
 
     if app.state.config.ENABLE_MODEL_LIST_CACHE:
-        get_all_models(
+        await get_all_models(
             Request(
                 # Creating a mock request object to pass to get_all_models
                 {