Commit 2717fe7c authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 51191168
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment