From cac29f96e7e3edb0478c475fe6c564b66682a722 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 1 Dec 2025 12:51:58 -0700 Subject: [PATCH] Add bird to classification reference --- docs/docs/configuration/reference.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index 21c921a26..a375086cb 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -710,8 +710,14 @@ audio_transcription: # List of language codes: https://github.com/openai/whisper/blob/main/whisper/tokenizer.py#L10 language: en -# Optional: Configuration for custom classification models +# Optional: Configuration for classification models classification: + # Optional: Configuration for bird classification + bird: + # Optional: Enable bird classification (default: shown below) + enabled: False + # Optional: Minimum classification score required to be considered a match (default: shown below) + threshold: 0.9 custom: # Required: name of the classification model model_name: