forked from phoenix/litellm-mirror
(fix) proxy_server add LiteLLM: Running
This commit is contained in:
parent
ca7e2f6a05
commit
d40aeec131
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