From 54e83ac8a8b49fe2bf0194bef9c4f9527bb0bb29 Mon Sep 17 00:00:00 2001 From: Shixian Sheng Date: Wed, 26 Mar 2025 15:29:58 -0400 Subject: [PATCH] Update all_caches.md --- docs/my-website/docs/caching/all_caches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/caching/all_caches.md b/docs/my-website/docs/caching/all_caches.md index 08f99ee321..a14170beef 100644 --- a/docs/my-website/docs/caching/all_caches.md +++ b/docs/my-website/docs/caching/all_caches.md @@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem'; # Caching - In-Memory, Redis, s3, Redis Semantic Cache, Disk -[**See Code**](https://github.com/BerriAI/litellm/blob/main/litellm.caching.caching.py) +[**See Code**](https://github.com/BerriAI/litellm/blob/main/litellm/caching/caching.py) :::info