File size: 173 Bytes
4b0f545
 
 
 
 
 
 
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 = {}