cleanup: remove dead ModelsMonitoringConfig

archive_auditor was removed earlier, but ModelsMonitoringConfig
(SEE, SMC, TTS, QAS, SPR) and its YAML config section remained.
Nowhere in the runtime code reads these settings.
This commit is contained in:
Maksim Totmin
2026-06-19 21:18:21 +07:00
parent 4c38a9a327
commit e435f4d874
2 changed files with 1 additions and 44 deletions
-11
View File
@@ -69,17 +69,6 @@ monitoring:
# Мониторинг времени обработки шага диалога из архива
step_time_monitoring: false
# ---------------------------------------------------------------------------
# Мониторинг внутренних моделей SES (SEE, SMC, TTS, QAS, SPR)
# ---------------------------------------------------------------------------
models_monitoring:
enabled: true
see_confidence_threshold: 0.5
smc_confidence_threshold: 0.5
tts_enabled: true
qas_enabled: true
spr_enabled: true
# ---------------------------------------------------------------------------
# Настройки логирования
# ---------------------------------------------------------------------------