From f47faa1139417d41f97f43a0e054ab072746992d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 28 Aug 2023 14:56:13 -0700 Subject: [PATCH] docs fix caching --- docs/my-website/docs/caching/gpt_cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/caching/gpt_cache.md b/docs/my-website/docs/caching/gpt_cache.md index aeeac2ef4..db3821643 100644 --- a/docs/my-website/docs/caching/gpt_cache.md +++ b/docs/my-website/docs/caching/gpt_cache.md @@ -27,7 +27,7 @@ cache.set_openai_key() #### Full Code using GPTCache and LiteLLM ```python from gptcache import cache -from litellm.cache import completion # import completion from litellm.cache +from litellm.gpt_cache import completion # import completion from litellm.cache import time # Set your .env keys