From 6c8cc33d0271ed6aceb34f00c5fb864f11ca0fc7 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 3 Jan 2024 12:47:16 +0530 Subject: [PATCH] docs(caching.md): fix typo --- docs/my-website/docs/proxy/caching.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/caching.md b/docs/my-website/docs/proxy/caching.md index b33ed235d..5f1be342b 100644 --- a/docs/my-website/docs/proxy/caching.md +++ b/docs/my-website/docs/proxy/caching.md @@ -117,12 +117,14 @@ litellm_settings: ### Turn on / off caching per request. -The proxy support 2 cache-controls: +The proxy support 3 cache-controls: - `ttl`: Will cache the response for the user-defined amount of time (in seconds). - `s-max-age`: Will only accept cached responses that are within user-defined range (in seconds). - `no-cache`: Will not return a cached response, but instead call the actual endpoint. +[Let us know if you need more](https://github.com/BerriAI/litellm/issues/1218) + **Turn off caching** ```python