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 # ==============================================================================