File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ All notable changes to this project will be documented in this file.
88The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
99and 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
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Negative:
9494
9595Learn 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 >
You can’t perform that action at this time.
0 commit comments