mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
import importlib_metadata
|
|
|
|
try:
|
|
version = importlib_metadata.version("litellm")
|
|
except:
|
|
pass
|