This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
local-llm-server/llm_server/cluster/stores.py

8 lines
156 B
Python
Raw Permalink Normal View History

from llm_server.custom_redis import RedisCustom
2024-01-10 15:01:26 -07:00
"""
Global variables for accessing Redis stores.
"""
redis_running_models = RedisCustom('running_models')