-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 4.0.0-beta5 - 2024-11-20 ### Fixed - selective context args (#105) @kyteinsky - print the original traceback of the exception (#105) @kyteinsky Signed-off-by: Anupam Kumar <[email protected]>
- Loading branch information
Showing
6 changed files
with
16 additions
and
8 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
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* | |
Setup background job workers as described here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed | ||
]]></description> | ||
<version>4.0.0-beta4</version> | ||
<version>4.0.0-beta5</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]" homepage="https://github.com/kyteinsky">Anupam Kumar</author> | ||
<namespace>Context Chat</namespace> | ||
|
@@ -31,7 +31,7 @@ Setup background job workers as described here: https://docs.nextcloud.com/serve | |
<docker-install> | ||
<registry>ghcr.io</registry> | ||
<image>nextcloud/context_chat_backend</image> | ||
<image-tag>4.0.0-beta4</image-tag> | ||
<image-tag>4.0.0-beta5</image-tag> | ||
</docker-install> | ||
</external-app> | ||
</info> |
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 = "4.0.0-beta4" | ||
version = "4.0.0-beta5" | ||
requires-python = ">=3.11" | ||
authors = [ | ||
{ name = "Anupam Kumar", email = "[email protected]" } | ||
|