forked from phoenix/litellm-mirror
(fix) use semantic cache on proxy
This commit is contained in:
parent
05f379234d
commit
a1fc1e49c7
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_use_async: True
|
||||
redis_semantic_cache_embedding_model: azure-embedding-model
|
||||
# cache: True
|
||||
# setting callback class
|
||||
# callbacks: custom_callbacks.proxy_handler_instance # sets litellm.callbacks = [proxy_handler_instance]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue