Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shyamnath
/
inferencing-llm
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7d17b48
inferencing-llm
/
litellm
/
proxy
/
lambda.py
Shyamnath
Push core package and essential files
469eae6
6 days ago
raw
Copy download link
history
blame
Safe
107 Bytes
from
mangum
import
Mangum
from
litellm.proxy.proxy_server
import
app
handler = Mangum(app, lifespan=
"on"
)