docs update

This commit is contained in:
ishaan-jaff 2023-08-26 16:40:34 -07:00
parent 02accce48e
commit f1038fb00f

View file

@ -1,4 +1,4 @@
# Caching
# LiteLLM - Caching
liteLLM implements exact match caching. It can be enabled by setting
1. `litellm.caching`: When set to `True`, enables caching for all responses. Keys are the input `messages` and values store in the cache is the corresponding `response`