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

from llm_server.custom_redis import RedisCustom
"""
Global variables for accessing Redis stores.
"""
redis_running_models = RedisCustom('running_models')