From 171b8fce0a39a7d59023a2eefa76709270fd30cd Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 12 Oct 2023 11:25:13 -0700 Subject: [PATCH] (docs) add import embedding for caching example --- 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 9487136dd4b..069434b20c7 100644 --- a/docs/my-website/docs/caching/caching.md +++ b/docs/my-website/docs/caching/caching.md @@ -138,7 +138,7 @@ Keys in the cache are `model`, the following example will lead to a cache hit ```python import time import litellm -from litellm import completion +from litellm import embedding from litellm.caching import Cache litellm.cache = Cache()