mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
3 lines
75 B
Python
3 lines
75 B
Python
import importlib_metadata
|
|
|
|
version = importlib_metadata.version("litellm")
|