4 lines
102 B
Python
4 lines
102 B
Python
|
from llm_server.custom_redis import RedisCustom
|
||
|
|
||
|
redis_running_models = RedisCustom('running_models')
|