mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix: add download prometheus.yml to avoid error (#14725)
This commit is contained in:
parent
afbb2fc20c
commit
dd89bae2ff
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue