From 1fc726d5dd8aa31b385146f10d34186c14764ccf Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 2 Nov 2023 14:52:33 -0700 Subject: [PATCH] (fix) cleanup --- litellm/gpt_cache.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/gpt_cache.py b/litellm/gpt_cache.py index e2c9d33fc..6d45e1545 100644 --- a/litellm/gpt_cache.py +++ b/litellm/gpt_cache.py @@ -1,4 +1,5 @@ ###### LiteLLM Integration with GPT Cache ######### +# will be deprecated soon https://github.com/BerriAI/litellm/discussions/648#discussioncomment-7461510 import gptcache # openai.ChatCompletion._llm_handler = litellm.completion