mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
4 lines
128 B
Python
4 lines
128 B
Python
from mangum import Mangum
|
|
from litellm_proxy_extras.litellm_proxy.proxy_server import app
|
|
|
|
handler = Mangum(app, lifespan="on")
|