Files
trailofbits-buttercup/README.md
T
Ronald Eytchison ee9422b39d Add litellm service (#2)
* Start litellm service

* Add Azure OpenAI

* Move litellm to main compose.yaml

* Add litellm DB

Enables cost tracking
2025-01-16 09:56:12 +01:00

286 B

Trail of Bits AIxCC Finals CRS

Local Development

We use docker compose to test CRS components locally during development.

Copy env.template to .env and set variables.

Start the services with

docker compose up -d

Stop the services with:

docker compose down