mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
(docs) import embedding on litellm hosted cache
This commit is contained in:
parent
e5ae870dd5
commit
88679a6d08
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ response2 = completion(
|
|||
```python
|
||||
import time
|
||||
import litellm
|
||||
from litellm import completion
|
||||
from litellm import completion, embedding
|
||||
from litellm.caching import Cache
|
||||
litellm.cache = Cache(type="hosted")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue