Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Raju2024
/
TestLLM
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e3278e4
TestLLM
/
litellm
/
proxy
/
lambda.py
Raju2024
Upload 1072 files
e3278e4
verified
about 1 month 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"
)