(feat) proxy allow user/request_model

This commit is contained in:
ishaan-jaff 2024-02-19 20:56:28 -08:00
parent 0bd8b77fa0
commit 9c4b570f6e

View file

@ -687,6 +687,8 @@ async def user_api_key_auth(
elif route == "/model/info":
# /model/info just shows models user has access to
pass
elif route == "/user/request_model":
pass # this allows any user to request a model through the UI
elif allow_user_auth == True and route == "/key/generate":
pass
elif allow_user_auth == True and route == "/key/delete":