From 68809bdcae3b789647c2ee9fc7b2e40349e756c7 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 10 Sep 2024 13:55:59 +0200 Subject: [PATCH] Admin AI docs: Add references for supported languages Signed-off-by: Marcel Klehr --- admin_manual/ai/app_context_chat.rst | 2 +- admin_manual/ai/app_stt_whisper2.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/ai/app_context_chat.rst b/admin_manual/ai/app_context_chat.rst index d042d6330..e74fc0b36 100644 --- a/admin_manual/ai/app_context_chat.rst +++ b/admin_manual/ai/app_context_chat.rst @@ -13,7 +13,7 @@ Together they provide the ContextChat text processing tasks accessible via the : The *context_chat* and *context_chat_backend* apps will use the Free text to text task processing providers like OpenAI integration, LLM2, etc. and such a provider is required on a fresh install, or it can be configured to run open source models entirely on-premises. Nextcloud can provide customer support upon request, please talk to your account manager for the possibilities. -This app supports input and output in languages other than English if the language model supports the language. +This app supports input and output mainly in English, other languages may work if the language model supports the language, but are currently not guaranteed to produce good results. Requirements ------------ diff --git a/admin_manual/ai/app_stt_whisper2.rst b/admin_manual/ai/app_stt_whisper2.rst index bb8c13a5f..16e5c7981 100644 --- a/admin_manual/ai/app_stt_whisper2.rst +++ b/admin_manual/ai/app_stt_whisper2.rst @@ -13,7 +13,7 @@ This app uses `faster-whisper `_ unde * OpenAI Whisper large-v2 or v3 (multilingual) * OpenAI Whisper medium.en (English only) -Whisper large v3 supports about ~100 languages and shows outstanding performance in ~10 of them. FOr more details see the `OpenAI Whisper paper `_ +Whisper large v3 supports about ~100 languages and shows outstanding performance in ~10 of them. For more details see the `OpenAI Whisper paper `_ Requirements ------------