fix import loc

This commit is contained in:
Ishaan Jaff 2025-04-23 17:33:29 -07:00
parent b965f1a306
commit a40ecc3fe4
380 changed files with 1491 additions and 1208 deletions

View file

@ -0,0 +1,4 @@
from mangum import Mangum
from litellm_proxy_extras.litellm_proxy.proxy_server import app
handler = Mangum(app, lifespan="on")