Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 328 Bytes

LLMGateway

An API gateway for Aalto LLM deployment.

Implemented as a FastAPI app, served using gunicorn + uvicorn, and containerized using Docker.

Run container locally

Build image and run container

docker build -t llmgateway . 
docker run -p 8000:8000 llmgateway

Test the connection

curl 0.0.0.0:8000