From dd89bae2ffc08b5cf5d0e4c04ecc830c08e27030 Mon Sep 17 00:00:00 2001 From: tosi Date: Sat, 20 Sep 2025 06:20:01 +0900 Subject: [PATCH] fix: add download prometheus.yml to avoid error (#14725) --- docs/my-website/docs/proxy/deploy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index cdb6f7018f..6a11d069fb 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -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