From 6408f269876e377e0b572a5aa6b9c4290e86f3bd Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 29 Oct 2024 09:31:20 +0100 Subject: [PATCH] enh(AI): Context chat is now multilingual Signed-off-by: Marcel Klehr --- admin_manual/ai/app_context_chat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/ai/app_context_chat.rst b/admin_manual/ai/app_context_chat.rst index 15caa613e..62b2e7a6f 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 mainly in English, other languages may work if the language model supports the language, but are currently not guaranteed to produce good results. +This app supports input and output in the same languages that the currently configured Free text to text task processing provider supports. Requirements ------------