"...resnet50_tensorflow.git" did not exist on "7042ff2728fff973c426314291449222eb67667f"
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)): ...@@ -124,7 +124,7 @@ async def restart_litellm(user=Depends(get_admin_user)):
log.info("litellm service shutdown complete.") log.info("litellm service shutdown complete.")
# Restart the background service # Restart the background service
await start_litellm_background() start_litellm_background()
log.info("litellm service restart complete.") log.info("litellm service restart complete.")
return { 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