chore: change emo loop frequency
This commit is contained in:
@@ -112,7 +112,7 @@ class BehaviourSettings(BaseModel):
|
||||
conversation_history_length_limit: int = 10
|
||||
|
||||
# Visual Emotion Recognition settings
|
||||
visual_emotion_recognition_window_duration_s: int = 5
|
||||
visual_emotion_recognition_window_duration_s: int = 3
|
||||
visual_emotion_recognition_min_frames_per_face: int = 3
|
||||
# AgentSpeak related settings
|
||||
trigger_time_to_wait: int = 2000
|
||||
|
||||
Reference in New Issue
Block a user