From adbdb31b9dfee35d9f60498dd640d8b58fa559d9 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 9 Dec 2023 15:56:57 -0800 Subject: [PATCH] (docs) proxy caching --- docs/my-website/docs/proxy/caching.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/my-website/docs/proxy/caching.md b/docs/my-website/docs/proxy/caching.md index 56e4b4c1c..37d3658e7 100644 --- a/docs/my-website/docs/proxy/caching.md +++ b/docs/my-website/docs/proxy/caching.md @@ -11,8 +11,7 @@ model_list: litellm_settings: set_verbose: True - cache: # init cache - type: redis # tell litellm to use redis caching (Also: `pip install redis`) + cache: True # set cache responses to True, litellm defaults to using a redis cache ``` #### Step 2: Add Redis Credentials to .env