mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
(feat) working semantic cache on proxy
This commit is contained in:
parent
cde96b8ba0
commit
d05984ef13
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ litellm_settings:
|
|||
cache_params:
|
||||
type: "redis-semantic"
|
||||
similarity_threshold: 0.8
|
||||
redis_semantic_cache_embedding_model: azure-embedding-model
|
||||
redis_semantic_cache_use_async: True
|
||||
# cache: True
|
||||
# setting callback class
|
||||
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue