forked from phoenix/litellm-mirror
docs(caching.md): fix typo
This commit is contained in:
parent
8cee267a5b
commit
6c8cc33d02
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue