mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
update doc
This commit is contained in:
parent
c781fbcc55
commit
6109501274
1 changed files with 2 additions and 1 deletions
|
|
@ -721,13 +721,14 @@ LITELLM_CONFIG_BUCKET_NAME = "litellm-proxy" # your bucket na
|
|||
LITELLM_CONFIG_BUCKET_OBJECT_KEY = "proxy_config.yaml" # object key on GCS
|
||||
```
|
||||
|
||||
Start litellm proxy with these env vars - litellm will read your config from s3
|
||||
Start litellm proxy with these env vars - litellm will read your config from GCS
|
||||
|
||||
```shell
|
||||
docker run --name litellm-proxy \
|
||||
-e DATABASE_URL=<database_url> \
|
||||
-e LITELLM_CONFIG_BUCKET_NAME=<bucket_name> \
|
||||
-e LITELLM_CONFIG_BUCKET_OBJECT_KEY="<object_key>> \
|
||||
-e LITELLM_CONFIG_BUCKET_TYPE="gcs" \
|
||||
-p 4000:4000 \
|
||||
ghcr.io/berriai/litellm-database:main-latest --detailed_debug
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue