merge: chore/cleanup-remove-bloat-and-secrets into main
This commit is contained in:
commit
bde2f3a97d
1173 changed files with 437609 additions and 0 deletions
10
app/routers/ollama_api.py
Normal file
10
app/routers/ollama_api.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
"""Stub for ollama_api router — local dev fallback."""
|
||||
|
||||
from fastapi import APIRouter
|
||||
|
||||
router = APIRouter(prefix="/api/v1/ollama", tags=["ollama"])
|
||||
|
||||
|
||||
@router.get("/health")
|
||||
async def health():
|
||||
return {"status": "stub"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue