fix: add download prometheus.yml to avoid error (#14725)

This commit is contained in:
tosi
2025-09-20 06:20:01 +09:00
committed by GitHub
parent afbb2fc20c
commit dd89bae2ff
+1
View File
@@ -13,6 +13,7 @@ To start using Litellm, run the following commands in a shell:
```bash
# Get the code
curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/prometheus.yml
# Add the master key - you can change this after setup
echo 'LITELLM_MASTER_KEY="sk-1234"' > .env