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