You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
**A talk bot using [`AppAPI`](https://github.com/nextcloud/app_api), Task Processing API, and Talk Bot API.**
4
4
5
-
The bot is capable of answering questions in chat depending on the model set by Nextcloud Assistant.
5
+
> **Note:**
6
+
> The `AppAPI` application needs to be enabled to install and use this bot.
6
7
7
-
Refer to [How to install](https://github.com/nextcloud/talk_bot_ai/blob/main/HOW_TO_INSTALL.md) to install the application.
8
+
The bot answers questions in chat based on the model set by Nextcloud Assistant.
9
+
10
+
## Hot to install:
11
+
12
+
1. Set up a deployment daemon by following the [AppAPI instructions](https://nextcloud.github.io/app_api/CreationOfDeployDaemon.html). _(Automatically created with AIO)_
13
+
2. Go to the `Apps` menu in Nextcloud, find this app, and click `Deploy and Enable`.
14
+
3. In Nextcloud Talk, open a conversation and activate the bot in `Conversation settings`.
15
+
4. Invoke the bot by typing `@assistant` followed by your question (e.g., `@assistant I have a question for you.`).
0 commit comments