Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nonhuman
/
nnnn
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c406e35
nnnn
/
litellm
/
_version.py
nonhuman
Upload 165 files
395201c
about 1 year ago
raw
Copy download link
history
blame
Safe
101 Bytes
import
importlib_metadata
try
:
version = importlib_metadata.version(
"litellm"
)
except
:
pass