Skip to content

bricks-cloud/BricksLLM-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BricksLLM Docker

This repository serves as a quick way to try out/develop BricksLLM AI gateway using the docker compose. It helps set up dependencies such as

  • Postgresql - BricksLLM uses Postgresql for storing gateway configurations.
  • Redis - It is used for caching purposes such as rating limiting and cost controlling API calls to third party LLM models.

Prerequisites

Getting started

First set up your OpenAI credential

export OPENAI_API_KEY=YOUR_OPENAI_API_KEY

Then run docker-compose

docker-compose up -d

About

Docker compose development for bricksllm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published