From 033c8d010c2dffbf384ccaf6d5cfbdeebdbf7e00 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 12 Feb 2024 15:42:42 -0800 Subject: [PATCH] (fix) allow ui to show /model/info --- litellm/proxy/proxy_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/proxy_server.py b/litellm/proxy/proxy_server.py index 4927f3db4c..2baf470ba1 100644 --- a/litellm/proxy/proxy_server.py +++ b/litellm/proxy/proxy_server.py @@ -691,6 +691,7 @@ async def user_api_key_auth( "/key", "/spend", "/user", + "/model/info", ] # check if the current route startswith any of the allowed routes if (