mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user