"This app brings a user interface to use the Nextcloud text processing feature.\n\nIt allows users to launch AI tasks, be notified when they finish and see the results.\nThe assistant also appears in others apps like Text to easily process parts of a document.\n\nMore details on the assistant OCS API and frontend integration possibilities in the\n[developer doc](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### How to use it\n\nA new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and\nset the input you want to process.\n\nThe task might run immediately or be scheduled depending on the time estimation given by the AI provider.\nOnce a task is scheduled, it will run as a background job. When it is finished, you will receive a notification\nfrom which the results can be displayed.\n\nOther apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph\nto directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task\nbeing pre-selected and the input text set.\n\nMore details and screenshots in the [user doc](https://github.com/nextcloud/assistant/raw/main/docs/user).\n\n## Features\n\nIn the assistant, the list of available tasks depends on the available providers installed via other apps.\nThis means you have complete freedom over which service/software will actually run your AI tasks.\n\n### Text processing providers\n\nSo far, the [Local Large language model](https://github.com/nextcloud/llm2#readme)\nand the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps\ninclude text processing providers to:\n* Summarize\n* Extract topics\n* Generate a headline\n* Get an answer from a free prompt\n* Reformulate (OpenAi/LocalAi only)\n* Context writer: Generate text with a specified style. The style can be described or provided via an example text.\n\n### Text to image (Image generation)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Text2Image Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### Speech to text (Audio transcription)\n\nKnown providers:\n* [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai)\n* [Local Whisper Speech-To-Text](https://apps.nextcloud.com/apps/stt_whisper)\n\nMore details on how to set this up in the [admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)" : "Cette application apporte une interface utilisateur pour utiliser la fonctionnalité de traitement de texte Nextcloud.\n\nIl permet aux utilisateurs de lancer des tâches d'IA, d'être avertis lorsqu'elles sont terminées et de voir les résultats.\nL'assistant apparaît également dans d'autres applications comme Text pour traiter facilement des parties d'un document.\n\nPlus de détails sur l'assistant OCS API et les possibilités d'intégration frontend dans le\n[document développeur](https://github.com/nextcloud/assistant/raw/main/docs/developer)\n\n### Comment l'utiliser\n\nUne nouvelle entrée de menu d’en-tête droit apparaît. Une fois cliqué, l'assistant s'affiche et vous pouvez sélectionner un type de tâche et\ndéfinissez l'entrée que vous souhaitez traiter.\n\nLa tâche peut s'exécuter immédiatement ou être planifiée en fonction de l'estimation de temps donnée par le fournisseur d'IA.\nUne fois qu'une tâche est planifiée, elle s'exécutera en arrière-plan. Une fois terminé, vous recevrez une notification\nà partir duquel les résultats peuvent être affichés.\n\nD'autres applications peuvent s'intégrer à l'assistant. Par exemple, Text affichera un bouton en ligne à côté de chaque paragraphe\npour sélectionner directement un type de tâche pour traiter ce paragraphe. Sélectionner une tâche de cette façon ouvrira l'assistant avec la tâche\nétant présélectionné et le texte de saisie défini.\n\nPlus de détails et de captures d'écran dans la [documentation utilisateur](https://github.com/nextcloud/assistant/raw/main/docs/user).\n\n## Fonctionnalités\n\nDans cet assistant, la liste des tâches disponibles dépend des fournisseurs disponibles installés via d'autres applications.\nCela signifie que vous avez une liberté totale sur le service/logiciel qui exécutera réellement vos tâches d'IA.\n\n### Fournisseurs de traitement de texte\n\nJusqu'à présent, le [Modèle de langage Local Large](https://github.com/nextcloud/llm2#readme)\net les applications [Intégration OpenAi/LocalAI](https://apps.nextcloud.com/apps/integration_openai)\ninclure des fournisseurs de traitement de texte pour:\n* Résumer\n* Extraire des sujets\n* Générer un titre\n* Obtenez une réponse à partir de prompt gratuit\n* Reformuler (OpenAi/LocalAi uniquement)\n* Écrivain de contexte: générez du texte avec un style spécifié. Le style peut être décrit ou fourni via un exemple de texte.\n\n### Texte en image (Génération d'images)\n\nFournisseurs connus:\n* [Intégration OpenAi/LocalAI](https://apps.nextcloud.com/apps/integration_openai)\n* [Text2Image par Stable Diffusion](https://apps.nextcloud.com/apps/text2image_stablediffusion)\n\n### Discours en texte (Transcription audio)\n\nFournisseurs connus:\n* [Intégration OpenAi/LocalAI](https://apps.nextcloud.com/apps/integration_openai)\n* [Speech-To-Text local Whisper](https://apps.nextcloud.com/apps/stt_whisper)\n\nPlus de détails sur la façon de configurer cela dans la [documentation administrateur](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html)",
0 commit comments