TestLLM / litellm /proxy /lambda.py
Raju2024's picture
Upload 1072 files
e3278e4 verified
raw
history blame
107 Bytes
from mangum import Mangum
from litellm.proxy.proxy_server import app
handler = Mangum(app, lifespan="on")