docs fix caching

This commit is contained in:
ishaan-jaff 2023-08-28 14:56:13 -07:00
parent 83aa304c34
commit f47faa1139

View file

@ -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