(docs) caching

This commit is contained in:
ishaan-jaff 2023-11-23 10:40:30 -08:00
parent 2fb94b4cc3
commit 71042ee345

View file

@ -894,6 +894,10 @@ LiteLLM requires the following REDIS credentials in your env to enable caching
REDIS_PORT = "" # REDIS_PORT='18841'
REDIS_PASSWORD = "" # REDIS_PASSWORD='liteLlmIsAmazing'
```
#### Step 3: Run proxy with config
```shell
$ litellm --config /path/to/config.yaml
```
#### Using Caching
Send the same request twice: