(docs) add import embedding for caching example

This commit is contained in:
ishaan-jaff 2023-10-12 11:25:13 -07:00
parent f8e3c11a38
commit 171b8fce0a

View file

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