Add new config to agent-speech-processing.yaml [load_threshold, log_level]

This commit is contained in:
pabloFuente 2025-09-26 17:33:23 +02:00
parent afcf531588
commit 2ec5048b84
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,12 @@ docker_image: docker.io/openvidu/agent-speech-processing:main
# Whether to run the agent or not.
enabled: false
# Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1.
load_threshold: 0.7
# Log level for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL]
log_level: INFO
live_captions:
# How this agent will connect to Rooms [automatic, manual]
# - automatic: the agent will automatically connect to new Rooms.

View File

@ -4,6 +4,12 @@ docker_image: docker.io/openvidu/agent-speech-processing:main
# Whether to run the agent or not.
enabled: false
# Maximum CPU load threshold for the agent to accept new jobs. Value between 0 and 1.
load_threshold: 0.7
# Log level for the agent [DEBUG, INFO, WARNING, ERROR, CRITICAL]
log_level: INFO
live_captions:
# How this agent will connect to Rooms [automatic, manual]
# - automatic: the agent will automatically connect to new Rooms.