mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
(fix) proxy server dockerfile
This commit is contained in:
parent
d9cc9fe566
commit
a4f4af1df3
3 changed files with 6 additions and 2 deletions
|
@ -81,3 +81,7 @@ async def home(request: Request):
|
|||
|
||||
|
||||
app.include_router(router)
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue