Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nonhuman
/
nnnn
like
0
Runtime error
App
Files
Files
Community
main
nnnn
/
litellm
/
proxy
/
lambda.py
nonhuman
Upload 165 files
395201c
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
from
mangum
import
Mangum
from
litellm.proxy.proxy_server
import
app
handler = Mangum(app, lifespan=
"on"
)