diff --git a/README.md b/README.md index 3183149c..04ccd618 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This means you have complete freedom over which service/software will actually r ### Text processing -So far, the [Large language model](https://github.com/nextcloud/llm#readme) +So far, the [Local Large language model](https://github.com/nextcloud/llm2#readme) and the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps include text processing providers to: * Summarize @@ -52,3 +52,5 @@ Known providers: Known providers: * [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) * [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper) + +More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) diff --git a/appinfo/info.xml b/appinfo/info.xml index 243faea6..21ef87c8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -34,7 +34,7 @@ This means you have complete freedom over which service/software will actually r ### Text processing providers -So far, the [Large language model](https://github.com/nextcloud/llm#readme) +So far, the [Local Large language model](https://github.com/nextcloud/llm2#readme) and the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps include text processing providers to: * Summarize @@ -55,6 +55,8 @@ Known providers: Known providers: * [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) * [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper) + +More details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) ]]> 2.0.2 agpl diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index e0b3eded..17ff8708 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -4,6 +4,7 @@ {{ t('assistant', 'Nextcloud Assistant') }} +

{{ t('assistant', 'Find more details on how to set up Assistant and recommended backends in the Administration documentation.') }}

@@ -31,8 +32,12 @@
- {{ t('assistant', 'To enable this feature, please install an AI text processing provider for the free prompt task type.') }} + {{ t('assistant', 'To enable this feature, please install an AI text processing provider for the free prompt task type:') }} +

@@ -45,8 +50,12 @@
- {{ t('assistant', 'To enable this feature, please install a text-to-image provider.') }} + {{ t('assistant', 'To enable this feature, please install a text-to-image provider:') }} +
@@ -59,8 +68,12 @@
- {{ t('assistant', 'To enable this feature, please install a speech-to-text provider.') }} + {{ t('assistant', 'To enable this feature, please install a speech-to-text provider:') }} +