File size: 179 Bytes
cb61e8e
 
 
 
 
 
 
1
2
3
4
5
6
7
from service_config import ServiceConfig
from session import SessionStore

service_config = ServiceConfig()
session_store = SessionStore()
llm_models = {}
INTENT_MODELS = {}