From 00fe0baa8ea4138019c38c5a5d783bdf70e0af21 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Mon, 12 Aug 2024 09:34:30 +0200 Subject: [PATCH 1/2] chore: More links to docs Signed-off-by: Marcel Klehr --- README.md | 4 +++- appinfo/info.xml | 4 +++- src/components/AdminSettings.vue | 19 ++++++++++++++++--- 3 files changed, 22 insertions(+), 5 deletions(-) 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:') }} +
From f07e12308da4a10297461251a2340304d653ea9b Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 12 Aug 2024 15:48:49 +0200 Subject: [PATCH 2/2] fix indentation Signed-off-by: Julien Veyssier --- src/components/AdminSettings.vue | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index 17ff8708..48d30541 100644 --- a/src/components/AdminSettings.vue +++ b/src/components/AdminSettings.vue @@ -4,7 +4,7 @@ {{ t('assistant', 'Nextcloud Assistant') }} -

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

+

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

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

@@ -52,10 +52,10 @@ {{ t('assistant', 'To enable this feature, please install a text-to-image provider:') }} - + @@ -70,10 +70,10 @@ {{ t('assistant', 'To enable this feature, please install a speech-to-text provider:') }} - +