Skip to content

AaltoRSE/LLMGateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 11, 2024
08fc790 · Mar 11, 2024

History

78 Commits
Mar 11, 2024
Feb 9, 2024
Feb 12, 2024
Feb 9, 2024
Nov 29, 2023
Feb 9, 2024
Feb 9, 2024
Feb 9, 2024
Dec 11, 2023
Feb 9, 2024
Mar 11, 2024
Feb 9, 2024
Dec 11, 2023

Repository files navigation

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