Admin AI docs: Add references for supported languages

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2024-09-10 13:55:59 +02:00
committed by backportbot[bot]
parent be0a90b10c
commit 68809bdcae
2 changed files with 2 additions and 2 deletions

View File

@@ -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
------------

View File

@@ -13,7 +13,7 @@ This app uses `faster-whisper <https://github.com/SYSTRAN/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 <https://cdn.openai.com/papers/whisper.pdf>`_
Whisper large v3 supports about ~100 languages and shows outstanding performance in ~10 of them. For more details see the `OpenAI Whisper paper <https://cdn.openai.com/papers/whisper.pdf>`_
Requirements
------------