-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from nextcloud/release/3.0.1
chore: prepare 3.0.1 release
- Loading branch information
Showing
3 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
## Nextcloud Assistant Talk Bot | ||
|
||
**A talk bot using [`AppAPI`](https://github.com/nextcloud/app_api), Task Processing API, and Talk Bot API.** | ||
|
||
> **Note:** | ||
> The `AppAPI` application needs to be enabled to install and use this bot. | ||
**A talk bot using [`AppAPI`], Task Processing API, and Talk Bot API.** | ||
|
||
The bot answers questions in chat based on the model set by Nextcloud Assistant. | ||
|
||
## How to install: | ||
|
||
1. Set up a deployment daemon by following the [AppAPI instructions](https://nextcloud.github.io/app_api/CreationOfDeployDaemon.html). _(Automatically created with AIO)_ | ||
2. Go to the `Apps` menu in Nextcloud, find this app (`Assistant Talk Bot`) in the `Tools` category, and click `Deploy and Enable`. | ||
3. In Nextcloud Talk, open a conversation and activate the bot in `Conversation settings`. | ||
4. Invoke the bot by typing `@assistant` followed by your question (e.g., `@assistant I have a question for you.`). | ||
1. Install [`AppAPI`] | ||
and set up a deploy daemon by following the [AppAPI instructions]. | ||
_(Automatically created with AIO)_ | ||
2. Go to the `Apps` menu in Nextcloud, | ||
find this app (`Assistant Talk Bot`) in the `Tools` category, | ||
and click `Deploy and Enable`. | ||
3. In Nextcloud Talk, | ||
open a conversation and enable the bot in `Conversation settings`. | ||
4. Invoke the bot by typing `@assistant` followed by your question | ||
(e.g., `@assistant I have a question for you.`). | ||
|
||
<!-- Links --> | ||
|
||
[`AppAPI`]: https://github.com/nextcloud/app_api | ||
[AppAPI instructions]: https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/AppAPIAndExternalApps.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters