Skip to content

Commit

Permalink
Merge pull request #14 from nextcloud/release/3.0.1
Browse files Browse the repository at this point in the history
chore: prepare 3.0.1 release
  • Loading branch information
edward-ly authored Jan 23, 2025
2 parents f43a365 + b079ac9 commit 110684c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .run/AssistantTalkBot.run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<env name="APP_ID" value="talk_bot_ai" />
<env name="APP_PORT" value="10034" />
<env name="APP_SECRET" value="12345" />
<env name="APP_VERSION" value="3.0.0" />
<env name="APP_VERSION" value="3.0.1" />
<env name="NEXTCLOUD_URL" value="http://stable30.local" />
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
Expand Down
24 changes: 16 additions & 8 deletions README.md
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
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The bot is capable of answering questions in chat depending on the model set by
**The [`AppAPI`](https://github.com/nextcloud/app_api) application needs to be enabled to install and use this bot.**
]]></description>
<version>3.0.0</version>
<version>3.0.1</version>
<licence>MIT</licence>
<author mail="andrey18106x@gmail.com" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand All @@ -29,7 +29,7 @@ The bot is capable of answering questions in chat depending on the model set by
<docker-install>
<registry>ghcr.io</registry>
<image>nextcloud/talk_bot_ai</image>
<image-tag>3.0.0</image-tag>
<image-tag>3.0.1</image-tag>
</docker-install>
</external-app>
</info>

0 comments on commit 110684c

Please sign in to comment.