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.
2023-10-27 19:19:22 -06:00
|
|
|
from llm_server.custom_redis import RedisCustom
|
|
|
|
|
2024-01-10 15:01:26 -07:00
|
|
|
"""
|
|
|
|
Global variables for accessing Redis stores.
|
|
|
|
"""
|
|
|
|
|
2023-10-27 19:19:22 -06:00
|
|
|
redis_running_models = RedisCustom('running_models')
|