Skip to content

Commit b2e045e

Browse files
authored
Merge pull request #180 from nextcloud/release/3.4.0
3.4.0
2 parents 0c27fc6 + cabe606 commit b2e045e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ All notable changes to this project will be documented in this file.
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11+
## 3.4.0 – 2025-01-22
12+
13+
### Changed
14+
15+
- Use max_completion_tokens instead of deprecated max_tokens @julien-nc [#176](https://github.com/nextcloud/integration_openai/pull/176)
16+
17+
### Added
18+
19+
- Add reuse compliance @AndyScherzinger [#173](https://github.com/nextcloud/integration_openai/pull/173)
20+
- Make image generation work with base64 responses (e.g. IONOS) @julien-nc @janepie [#177](https://github.com/nextcloud/integration_openai/pull/177)
21+
- Mention IONOS as service with an OpenAI-compatible API @julien-nc [#178](https://github.com/nextcloud/integration_openai/pull/178)
22+
- Support chatting with o1 models @julien-nc [#179](https://github.com/nextcloud/integration_openai/pull/179)
23+
24+
1125
## 3.3.0 – 2025-01-07
1226

1327
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Negative:
9494
9595
Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/).
9696
]]> </description>
97-
<version>3.3.0</version>
97+
<version>3.4.0</version>
9898
<licence>agpl</licence>
9999
<author>Julien Veyssier</author>
100100
<namespace>OpenAi</namespace>

0 commit comments

Comments
 (0)