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