(fix) test load config proxy with redis

This commit is contained in:
Ishaan Jaff 2024-03-18 20:42:41 -07:00
parent ef39b1bc43
commit a524918140

View file

@ -6,5 +6,6 @@ model_list:
litellm_settings:
cache: True
cache_params:
type: "redis"
supported_call_types: ["embedding", "aembedding"]
host: "localhost"