mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix
This commit is contained in:
parent
51191168bc
commit
2717fe7c20
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user