mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix import loc
This commit is contained in:
parent
b965f1a306
commit
a40ecc3fe4
380 changed files with 1491 additions and 1208 deletions
4
litellm-proxy-extras/litellm_proxy/lambda.py
Normal file
4
litellm-proxy-extras/litellm_proxy/lambda.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from mangum import Mangum
|
||||
from litellm_proxy_extras.litellm_proxy.proxy_server import app
|
||||
|
||||
handler = Mangum(app, lifespan="on")
|
Loading…
Add table
Add a link
Reference in a new issue