(fix) proxy remove errant print

This commit is contained in:
ishaan-jaff 2023-12-16 12:25:08 +05:30
parent f9ee9a8276
commit 37bf94dcdf

View file

@ -831,7 +831,6 @@ async def startup_event():
# add master key to db # add master key to db
await generate_key_helper_fn(duration=None, models=[], aliases={}, config={}, spend=0, token=master_key) await generate_key_helper_fn(duration=None, models=[], aliases={}, config={}, spend=0, token=master_key)
print("END OF STARTUP")
#### API ENDPOINTS #### #### API ENDPOINTS ####
@router.get("/v1/models", dependencies=[Depends(user_api_key_auth)]) @router.get("/v1/models", dependencies=[Depends(user_api_key_auth)])