mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) proxy_server add LiteLLM: Running
This commit is contained in:
parent
3cc23048d5
commit
2a3352faf4
1 changed files with 4 additions and 0 deletions
|
@ -354,4 +354,8 @@ async def retrieve_server_log(request: Request):
|
||||||
filepath = os.path.expanduser('~/.ollama/logs/server.log')
|
filepath = os.path.expanduser('~/.ollama/logs/server.log')
|
||||||
return FileResponse(filepath)
|
return FileResponse(filepath)
|
||||||
|
|
||||||
|
@router.get("/")
|
||||||
|
async def home(request: Request):
|
||||||
|
return "LiteLLM: RUNNING"
|
||||||
|
|
||||||
app.include_router(router)
|
app.include_router(router)
|
Loading…
Add table
Add a link
Reference in a new issue