(fix) use semantic cache on proxy

This commit is contained in:
ishaan-jaff 2024-02-06 10:27:33 -08:00
parent 05f379234d
commit a1fc1e49c7

View file

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