From 71042ee345cf5b60b73cdfbbf3fe5485c531a75d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 23 Nov 2023 10:40:30 -0800 Subject: [PATCH] (docs) caching --- docs/my-website/docs/simple_proxy.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/my-website/docs/simple_proxy.md b/docs/my-website/docs/simple_proxy.md index 1048ffd839..b032ad9c0d 100644 --- a/docs/my-website/docs/simple_proxy.md +++ b/docs/my-website/docs/simple_proxy.md @@ -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: