Skip to content

Commit e7eda20

Browse files
committed
v2.3.4
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 466b752 commit e7eda20

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
1010
and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212

13+
## [2.3.4] - 2025-03-21
14+
15+
### Fixed
16+
17+
* fix(contextwrite): refactor prompt to work on languages other than english
18+
* fix: Update deps
19+
* fix: update cuda
20+
* fix: update llama-cpp-python
21+
1322
## [2.3.3] - 2025-03-06
1423

1524
### Fixed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
APP_ID := llm2
66
APP_NAME := Local large language model
7-
APP_VERSION := 2.3.3
7+
APP_VERSION := 2.3.4
88
JSON_INFO := "{\"id\":\"$(APP_ID)\",\"name\":\"$(APP_NAME)\",\"daemon_config_name\":\"manual_install\",\"version\":\"$(APP_VERSION)\",\"secret\":\"12345\",\"port\":9081}"
99

1010

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for more information.
1515
]]></description>
16-
<version>2.3.3</version>
16+
<version>2.3.4</version>
1717
<licence>MIT</licence>
1818
<author mail="mklehr@gmx.net" homepage="https://github.com/marcelklehr">Marcel Klehr</author>
1919
<author mail="bigcat88@icloud.com" homepage="https://github.com/bigcat88">Alexander Piskun</author>
@@ -30,7 +30,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_ma
3030
<docker-install>
3131
<registry>ghcr.io</registry>
3232
<image>nextcloud/llm2</image>
33-
<image-tag>2.3.3</image-tag>
33+
<image-tag>2.3.4</image-tag>
3434
</docker-install>
3535
<system>false</system>
3636
</external-app>

0 commit comments

Comments
 (0)