mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(fix) litellm proxy for railways deploys `
This commit is contained in:
parent
2e29fdfa2b
commit
2952155452
1 changed files with 1 additions and 5 deletions
|
@ -80,8 +80,4 @@ async def home(request: Request):
|
|||
return "LiteLLM: RUNNING"
|
||||
|
||||
|
||||
app.include_router(router)
|
||||
|
||||
if __name__ == "__main__":
|
||||
import uvicorn
|
||||
uvicorn.run(app, host="0.0.0.0", port=8000)
|
||||
app.include_router(router)
|
Loading…
Add table
Add a link
Reference in a new issue