From 3802afd575379388c46eecefbb38d972a904383c Mon Sep 17 00:00:00 2001 From: just n Date: Mon, 29 Dec 2025 19:07:53 +0000 Subject: [PATCH] Update example.config.ini --- example.config.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.config.ini b/example.config.ini index ae83818..dbc6052 100644 --- a/example.config.ini +++ b/example.config.ini @@ -150,6 +150,9 @@ support_images = True # Enable audio processing (sending voice notes/audio files to the LLM). support_audio = True +# Enable video processing (sending videos/YouTube links to the LLM). +support_video = True + # ============================================================================== # FILE UPLOAD CONFIGURATION # ==============================================================================