Timothy J. Baek 1 년 전
부모
커밋
2717fe7c20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      backend/apps/litellm/main.py

+ 1 - 1
backend/apps/litellm/main.py

@@ -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 {