(fix) proxy remove errant print

This commit is contained in:
ishaan-jaff
2023-12-16 12:26:02 +05:30
parent f9ee9a8276
commit 37bf94dcdf
-1
View File
@@ -831,7 +831,6 @@ async def startup_event():
# add master key to db
await generate_key_helper_fn(duration=None, models=[], aliases={}, config={}, spend=0, token=master_key)
print("END OF STARTUP")
#### API ENDPOINTS ####
@router.get("/v1/models", dependencies=[Depends(user_api_key_auth)])