forked from phoenix/litellm-mirror
(fix) litellm proxy for railways deploys `
This commit is contained in:
parent
2e29fdfa2b
commit
2952155452
1 changed files with 1 additions and 5 deletions
|
@ -81,7 +81,3 @@ 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