forked from phoenix/litellm-mirror
(fix) proxy remove errant print
This commit is contained in:
parent
f9ee9a8276
commit
37bf94dcdf
1 changed files with 0 additions and 1 deletions
|
@ -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)])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue