mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-23 02:24:18 +00:00
(docs) proxy caching
This commit is contained in:
@@ -11,8 +11,7 @@ model_list:
|
||||
|
||||
litellm_settings:
|
||||
set_verbose: True
|
||||
cache: # init cache
|
||||
type: redis # tell litellm to use redis caching (Also: `pip install redis`)
|
||||
cache: True # set cache responses to True, litellm defaults to using a redis cache
|
||||
```
|
||||
|
||||
#### Step 2: Add Redis Credentials to .env
|
||||
|
||||
Reference in New Issue
Block a user