Add dedicated page for running Ollama models
This commit is contained in:
@@ -62,6 +62,12 @@ async def dashboard():
|
||||
return FileResponse(templates_path / "index.html")
|
||||
|
||||
|
||||
@app.get("/models-running")
|
||||
async def models_running_page():
|
||||
"""Pagina dedicata ai modelli residenti in memoria (ollama ps)."""
|
||||
return FileResponse(templates_path / "models_running.html")
|
||||
|
||||
|
||||
@app.get("/favicon.ico", include_in_schema=False)
|
||||
async def favicon():
|
||||
"""Favicon dell'applicazione."""
|
||||
|
||||
Reference in New Issue
Block a user