From cc24957557d87ba77b4cff6c409ee7e173ab72ef Mon Sep 17 00:00:00 2001 From: Oleksander Piskun Date: Wed, 19 Mar 2025 16:36:22 +0300 Subject: [PATCH] Fixed invalid stt_whisper2 docker volume name Signed-off-by: Oleksander Piskun --- admin_manual/ai/app_stt_whisper2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/ai/app_stt_whisper2.rst b/admin_manual/ai/app_stt_whisper2.rst index 3590ee53d..3dc259b38 100644 --- a/admin_manual/ai/app_stt_whisper2.rst +++ b/admin_manual/ai/app_stt_whisper2.rst @@ -39,10 +39,10 @@ Installation Supplying alternate models ~~~~~~~~~~~~~~~~~~~~~~~~~~ -This app allows supplying alternate models in the ``/nc_app_llm2_data`` directory of the docker container. You can use any `*faster-whisper* model by Systran on hugging face `_ in the following way: +This app allows supplying alternate models in the ``/nc_app_stt_whisper2_data`` directory of the docker container. You can use any `*faster-whisper* model by Systran on hugging face `_ in the following way: 1. git cloning the respective repository -2. Copying the folder with the git repository to ``/nc_app_llm2_data`` inside the docker container. +2. Copying the folder with the git repository to ``/nc_app_stt_whisper2_data`` inside the docker container. 3. Restarting the Whisper ExApp 4. Selecting the respective model in the Nextcloud AI admin settings