(fix) allow ui to show /model/info

This commit is contained in:
ishaan-jaff 2024-02-12 15:42:42 -08:00
parent bc95d3f44b
commit 033c8d010c

View file

@ -691,6 +691,7 @@ async def user_api_key_auth(
"/key", "/key",
"/spend", "/spend",
"/user", "/user",
"/model/info",
] ]
# check if the current route startswith any of the allowed routes # check if the current route startswith any of the allowed routes
if ( if (