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')