refac: confusing ollama proxy route path

This commit is contained in:
Timothy J. Baek 2024-03-03 19:55:32 -08:00
parent fe19f125d4
commit 20263f742a
2 changed files with 2 additions and 2 deletions

View file

@ -104,7 +104,7 @@ async def auth_middleware(request: Request, call_next):
app.mount("/api/v1", webui_app)
app.mount("/litellm/api", litellm_app)
app.mount("/ollama/api", ollama_app)
app.mount("/ollama", ollama_app)
app.mount("/openai/api", openai_app)
app.mount("/images/api/v1", images_app)