|
4 | 4 | <AssistantIcon class="icon" />
|
5 | 5 | {{ t('assistant', 'Nextcloud Assistant') }}
|
6 | 6 | </h2>
|
| 7 | + <p><a href="https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html">{{ t('assistant', 'Find more details on how to set up Assistant and recommended backends in the Administration documentation.') }}</a></p> |
7 | 8 | <div id="assistant-content">
|
8 | 9 | <div>
|
9 | 10 | <h3>
|
|
31 | 32 | <div v-if="!state.free_prompt_task_type_available" class="checkbox-text">
|
32 | 33 | <InformationOutlineIcon class="icon" />
|
33 | 34 | <span>
|
34 |
| - {{ t('assistant', 'To enable this feature, please install an AI text processing provider for the free prompt task type.') }} |
| 35 | + {{ t('assistant', 'To enable this feature, please install an AI text processing provider for the free prompt task type:') }} |
35 | 36 | </span>
|
| 37 | + <ul> |
| 38 | + <li><a href="https://github.com/nextcloud/llm2#readme">Local Large language model app</a></li> |
| 39 | + <li><a href="https://apps.nextcloud.com/apps/integration_openai">OpenAI/LocalAI Integration</a></li> |
| 40 | + </ul> |
36 | 41 | </div>
|
37 | 42 | </div>
|
38 | 43 | </NcCheckboxRadioSwitch>
|
|
45 | 50 | <div v-if="!state.text_to_image_picker_available" class="checkbox-text">
|
46 | 51 | <InformationOutlineIcon class="icon" />
|
47 | 52 | <span>
|
48 |
| - {{ t('assistant', 'To enable this feature, please install a text-to-image provider.') }} |
| 53 | + {{ t('assistant', 'To enable this feature, please install a text-to-image provider:') }} |
49 | 54 | </span>
|
| 55 | + <ul> |
| 56 | + <li><a href="https://github.com/nextcloud/text2image_stablediffusion#readme">Local Text-To-Image StableDiffusion</a></li> |
| 57 | + <li><a href="https://apps.nextcloud.com/apps/integration_openai">OpenAI/LocalAI Integration</a></li> |
| 58 | + </ul> |
50 | 59 | </div>
|
51 | 60 | </div>
|
52 | 61 | </NcCheckboxRadioSwitch>
|
|
59 | 68 | <div v-if="!state.speech_to_text_picker_available" class="checkbox-text">
|
60 | 69 | <InformationOutlineIcon class="icon" />
|
61 | 70 | <span>
|
62 |
| - {{ t('assistant', 'To enable this feature, please install a speech-to-text provider.') }} |
| 71 | + {{ t('assistant', 'To enable this feature, please install a speech-to-text provider:') }} |
63 | 72 | </span>
|
| 73 | + <ul> |
| 74 | + <li><a href="https://github.com/nextcloud/stt_whisper2#readme">Local Speech-To-Text Whisper</a></li> |
| 75 | + <li><a href="https://apps.nextcloud.com/apps/integration_openai">OpenAI/LocalAI Integration</a></li> |
| 76 | + </ul> |
64 | 77 | </div>
|
65 | 78 | </div>
|
66 | 79 | </NcCheckboxRadioSwitch>
|
|
0 commit comments