local-llm-server/llm_server/cluster/stores.py

4 lines
102 B
Python

from llm_server.custom_redis import RedisCustom
redis_running_models = RedisCustom('running_models')