mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-26 20:30:23 +00:00
* fix: lazy load utils.py imports Lazy-load most functions and response types from utils.py to avoid loading tiktoken and other heavy dependencies at import time. This significantly reduces memory usage when importing completion from litellm.