mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix: update stale comment — cleanup is now eager, not lazy-loaded
This commit is contained in:
parent
26fedb3fac
commit
1b108cc45e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue