llm: add FastAPI shim, gateway LLM endpoints, tests, and docs

This commit is contained in:
2026-04-12 09:41:21 +02:00
parent baf497b015
commit 59c9584250
15 changed files with 1779 additions and 11 deletions

3
llm/requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
fastapi==0.115.5
uvicorn[standard]==0.30.6
httpx==0.27.2