You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,26 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on [Keep a Changelog](http://keepachangelog.com/)
9
9
and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
+
## 3.5.0 – 2025-03-11
12
+
13
+
### Added
14
+
15
+
- Add support for together ai @kyteinsky[#197](https://github.com/nextcloud/integration_openai/pull/197)
16
+
17
+
### Changed
18
+
19
+
- Enable use_max_completion_tokens_param by default for OpenAI, disable by default for non-OpenAI @julien-nc[#184](https://github.com/nextcloud/integration_openai/pull/184)
20
+
- Add admin setting to toggle authentication in the image retrieval request @julien-nc[#186](https://github.com/nextcloud/integration_openai/pull/186)
21
+
- Add a warning in the admin settings if the assistant app is not installed @julien-nc[#185](https://github.com/nextcloud/integration_openai/pull/185)
22
+
- Raise the default image size for compatibility @Rello[#193](https://github.com/nextcloud/integration_openai/pull/193)
23
+
- Bump max NC version to 32
24
+
25
+
### Fixed
26
+
27
+
- Prevent browser autocomplete for API key inputs and credentials @julien-nc[#187](https://github.com/nextcloud/integration_openai/pull/187)
28
+
- Do not attempt to update local quota if chat/completion response does not have usage.total_tokens set @julien-nc[#189](https://github.com/nextcloud/integration_openai/pull/189)
29
+
- Prevent error log flood when not configured @kyteinsky[#199](https://github.com/nextcloud/integration_openai/pull/199)
0 commit comments