litellm
litellm copied to clipboard
[Bug]: REDIS_SSL does not work
What happened?
When i set REDIS_SSL var env i get this error : (i also have REDIS_HOST, REDIS_PORT, REDIS_USERNAME and REDIS_PASSWORD)
Setting Cache on Proxy
Cache Type: redis
Cache Host: masked
Cache Port: 6379
Cache Password: masked
redis_kwargs: {'host': 'masked', 'port': '6379', 'password': 'masked', 'ssl': True, 'username': 'masked'}
redis_kwargs: {'host': 'masked', 'port': '6379', 'password': 'masked', 'ssl': True, 'username': 'masked'}
Traceback (most recent call last):
File "/usr/local/bin/litellm", line 8, in
config.yaml :
model_list:
...
router_settings:
cache_responses: true
litellm_settings:
set_verbose: true
callbacks: custom-logger-callback.proxy_handler_instance
drop_params: true
cache: true
cache_params:
type: "redis"
Relevant log output
No response
Twitter / LinkedIn details
No response