This commit is contained in:
Timothy J. Baek 2024-04-21 02:00:03 -05:00
parent 51191168bc
commit 2717fe7c20

View file

@ -124,7 +124,7 @@ async def restart_litellm(user=Depends(get_admin_user)):
log.info("litellm service shutdown complete.")
# Restart the background service
await start_litellm_background()
start_litellm_background()
log.info("litellm service restart complete.")
return {