Shyamnath's picture
Push core package and essential files
469eae6
raw
history blame
107 Bytes
from mangum import Mangum
from litellm.proxy.proxy_server import app
handler = Mangum(app, lifespan="on")