Skip to content

Commit 110684c

Browse files
authored
Merge pull request #14 from nextcloud/release/3.0.1
chore: prepare 3.0.1 release
2 parents f43a365 + b079ac9 commit 110684c

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.run/AssistantTalkBot.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<env name="APP_ID" value="talk_bot_ai" />
99
<env name="APP_PORT" value="10034" />
1010
<env name="APP_SECRET" value="12345" />
11-
<env name="APP_VERSION" value="3.0.0" />
11+
<env name="APP_VERSION" value="3.0.1" />
1212
<env name="NEXTCLOUD_URL" value="http://stable30.local" />
1313
<env name="PYTHONUNBUFFERED" value="1" />
1414
</envs>

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
## Nextcloud Assistant Talk Bot
22

3-
**A talk bot using [`AppAPI`](https://github.com/nextcloud/app_api), Task Processing API, and Talk Bot API.**
4-
5-
> **Note:**
6-
> The `AppAPI` application needs to be enabled to install and use this bot.
3+
**A talk bot using [`AppAPI`], Task Processing API, and Talk Bot API.**
74

85
The bot answers questions in chat based on the model set by Nextcloud Assistant.
96

107
## How to install:
118

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 (`Assistant Talk Bot`) in the `Tools` category, 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.`).
9+
1. Install [`AppAPI`]
10+
and set up a deploy daemon by following the [AppAPI instructions].
11+
_(Automatically created with AIO)_
12+
2. Go to the `Apps` menu in Nextcloud,
13+
find this app (`Assistant Talk Bot`) in the `Tools` category,
14+
and click `Deploy and Enable`.
15+
3. In Nextcloud Talk,
16+
open a conversation and enable the bot in `Conversation settings`.
17+
4. Invoke the bot by typing `@assistant` followed by your question
18+
(e.g., `@assistant I have a question for you.`).
19+
20+
<!-- Links -->
21+
22+
[`AppAPI`]: https://github.com/nextcloud/app_api
23+
[AppAPI instructions]: https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/AppAPIAndExternalApps.html

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The bot is capable of answering questions in chat depending on the model set by
1111
1212
**The [`AppAPI`](https://github.com/nextcloud/app_api) application needs to be enabled to install and use this bot.**
1313
]]></description>
14-
<version>3.0.0</version>
14+
<version>3.0.1</version>
1515
<licence>MIT</licence>
1616
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
1717
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
@@ -29,7 +29,7 @@ The bot is capable of answering questions in chat depending on the model set by
2929
<docker-install>
3030
<registry>ghcr.io</registry>
3131
<image>nextcloud/talk_bot_ai</image>
32-
<image-tag>3.0.0</image-tag>
32+
<image-tag>3.0.1</image-tag>
3333
</docker-install>
3434
</external-app>
3535
</info>

0 commit comments

Comments
 (0)