Skip to content

Commit

Permalink
update infox.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <[email protected]>
  • Loading branch information
julien-nc committed Aug 9, 2023
1 parent 431db1f commit 92ed6e7
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,30 @@ This app brings a user interface to use the Nextcloud text processing feature.
It allows users to launch text processing tasks, be notified when they finish and see the results.
The assistant also appears in others apps like Text to easily process parts of a document.
### How to use it
A new right header menu entry appears. Once clicked, the assistant is displayed and you can select and task type and
set the input text you want to process.
Once a task is scheduled, it will run as a background job. When it is finished, you will receive a notification
from which the results can be displayed.
Other apps can integrate with the assistant. For example, Text will display an inline button besides every paragraph
to directly select a task type to process this paragraph. Selecting a task this way will open the assistant with the task
being pre-selected and the input text set.
### Text processing providers
In the assistant, the list of available tasks depends on the available providers installed via other apps.
This means you have complete freedom over which service/software will actually run your text processing tasks.
So far, the [Large language model](https://github.com/nextcloud/llm#readme)
and the [OpenAi/LocalAI integration](https://apps.nextcloud.com/apps/integration_openai) apps
include such providers to:
include text processing providers to:
* Summarize
* Extract topics
* Generate a headline
* Get an answer from a free prompt
* Reformulate
Once a task is scheduled, it will run as a background job. When it is finished, the user receives a notification
from which the results can be displayed.
* Reformulate (OpenAi/LocalAi only)
]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
Expand Down

0 comments on commit 92ed6e7

Please sign in to comment.