mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-10 15:03:36 +00:00
7 lines
101 B
Python
7 lines
101 B
Python
import importlib_metadata
|
|
|
|
try:
|
|
version = importlib_metadata.version("litellm")
|
|
except:
|
|
pass
|