Commit 7b3409f 1 parent ea4224c commit 7b3409f Copy full SHA for 7b3409f
File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 20
20
entry_points = {
21
21
"console_scripts" : [
22
22
"video_listener = angel_system_nodes.video_subscriber:main" ,
23
- "base_intent_detector = angel_system_nodes.base_intent_detector:main" ,
24
- "gpt_intent_detector = angel_system_nodes.gpt_intent_detector:main" ,
25
- "base_emotion_detector = angel_system_nodes.base_emotion_detector:main" ,
26
- "gpt_emotion_detector = angel_system_nodes.gpt_emotion_detector:main" ,
27
- "question_answerer = angel_system_nodes.question_answerer:main" ,
28
- "intent_detector = angel_system_nodes.intent_detector:main" ,
23
+ "base_intent_detector = angel_system_nodes.audio.intent.base_intent_detector:main" ,
24
+ "gpt_intent_detector = angel_system_nodes.audio.intent.gpt_intent_detector:main" ,
25
+ "base_emotion_detector = angel_system_nodes.audio.emotion.base_emotion_detector:main" ,
26
+ "gpt_emotion_detector = angel_system_nodes.audio.emotion.gpt_emotion_detector:main" ,
27
+ "question_answerer = angel_system_nodes.audio.question_answerer:main" ,
29
28
"spatial_mapper = angel_system_nodes.spatial_mapper:main" ,
30
29
"feedback_generator = angel_system_nodes.feedback_generator:main" ,
31
30
"annotation_event_monitor = angel_system_nodes.annotation_event_monitor:main" ,
You can’t perform that action at this time.
0 commit comments