-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 3.0.3 - 2024-09-18 ### Fixed - use uppercase comparisons for COMPUTE_DEVICE @kyteinsky - add traceback to caught exception in doc loader @kyteinsky Signed-off-by: Anupam Kumar <[email protected]>
- Loading branch information
Showing
7 changed files
with
15 additions
and
9 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
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ Install the given apps for Context Chat to work as desired **in the given order* | |
- `Context Chat` (same major and minor version as the backend) from the Apps page (https://apps.nextcloud.com/apps/context_chat) | ||
- `Assistant` (latest) from the Apps page (https://apps.nextcloud.com/apps/assistant). The OCS API or the `occ` commands can also be used to interact with this app but it recommended to do that through a Text Processing OCP API consumer like the Assitant app, which is also the officially supported universal UI for all the AI providers. | ||
]]></description> | ||
<version>3.0.2</version> | ||
<version>3.0.3</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://github.com/kyteinsky">Anupam Kumar</author> | ||
<namespace>Context Chat</namespace> | ||
|
@@ -31,7 +31,7 @@ Install the given apps for Context Chat to work as desired **in the given order* | |
<docker-install> | ||
<registry>ghcr.io</registry> | ||
<image>nextcloud/context_chat_backend</image> | ||
<image-tag>3.0.2</image-tag> | ||
<image-tag>3.0.3</image-tag> | ||
</docker-install> | ||
<scopes> | ||
</scopes> | ||
|
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
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,6 +1,6 @@ | ||
[project] | ||
name = "context_chat_backend" | ||
version = "3.0.2" | ||
version = "3.0.3" | ||
requires-python = ">=3.11" | ||
authors = [ | ||
{ name = "Anupam Kumar", email = "[email protected]" } | ||
|