From f1038fb00f1d62c5dbb538857bd349831fc954bc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 26 Aug 2023 16:40:34 -0700 Subject: [PATCH] docs update --- docs/my-website/docs/caching/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/caching/caching.md b/docs/my-website/docs/caching/caching.md index 5b7c9930a..48deef320 100644 --- a/docs/my-website/docs/caching/caching.md +++ b/docs/my-website/docs/caching/caching.md @@ -1,4 +1,4 @@ -# Caching +# LiteLLM - Caching liteLLM implements exact match caching. It can be enabled by setting 1. `litellm.caching`: When set to `True`, enables caching for all responses. Keys are the input `messages` and values store in the cache is the corresponding `response`