ciyidogan commited on
Commit
0b962d4
·
verified ·
1 Parent(s): fe6235b

Update websocket_handler.py

Browse files
Files changed (1) hide show
  1. websocket_handler.py +1 -1
websocket_handler.py CHANGED
@@ -13,7 +13,7 @@ from enum import Enum
13
 
14
  from session import Session, session_store
15
  from config_provider import ConfigProvider
16
- from chat_handler import _handle_new_message, _handle_parameter_followup
17
  from stt_factory import STTFactory
18
  from tts_factory import TTSFactory
19
  from utils import log
 
13
 
14
  from session import Session, session_store
15
  from config_provider import ConfigProvider
16
+ from chat_handler import handle_new_message, handle_parameter_followup
17
  from stt_factory import STTFactory
18
  from tts_factory import TTSFactory
19
  from utils import log