fix: update stale comment — cleanup is now eager, not lazy-loaded

This commit is contained in:
awais qureshi 2026-03-17 14:38:46 +05:00
parent 26fedb3fac
commit 1b108cc45e

View file

@ -81,7 +81,7 @@ from litellm.constants import (
DEFAULT_ALLOWED_FAILS,
)
import httpx
# register_async_client_cleanup is lazy-loaded and called on first access
# register_async_client_cleanup is called eagerly at module import time
litellm_mode = os.getenv("LITELLM_MODE", "DEV") # "PRODUCTION", "DEV"