mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 09:05:16 +00:00
5 lines
107 B
Python
5 lines
107 B
Python
from mangum import Mangum
|
|
from litellm.proxy.proxy_server import app
|
|
|
|
handler = Mangum(app, lifespan="on")
|