Skip to content

Releases: nextcloud-releases/integration_openai

v3.5.0

11 Mar 09:41
v3.5.0
45b26a6
Compare
Choose a tag to compare

Added

Changed

  • Enable use_max_completion_tokens_param by default for OpenAI, disable by default for non-OpenAI @julien-nc #184
  • Add admin setting to toggle authentication in the image retrieval request @julien-nc #186
  • Add a warning in the admin settings if the assistant app is not installed @julien-nc #185
  • Raise the default image size for compatibility @Rello #193
  • Bump max NC version to 32

Fixed

  • Prevent browser autocomplete for API key inputs and credentials @julien-nc #187
  • Do not attempt to update local quota if chat/completion response does not have usage.total_tokens set @julien-nc #189
  • Prevent error log flood when not configured @kyteinsky #199

v3.4.0

22 Jan 14:32
b2e045e
Compare
Choose a tag to compare

3.4.0 – 2025-01-22

Changed

  • Use max_completion_tokens instead of deprecated max_tokens @julien-nc #176

Added

v3.3.0

08 Jan 11:39
v3.3.0
df1157e
Compare
Choose a tag to compare

Added

Changed

Fixed

v3.2.0

18 Nov 14:14
v3.2.0
e7dfcee
Compare
Choose a tag to compare

Added

Changed

  • Encrypt api keys and basic passwords for app config and user settings @julien-nc #136 #139
  • Remove old providers since old APIs can use TaskProcessing providers @julien-nc #140
  • Cache the models for 30min in distributed cache @julien-nc #152

Fixed

v3.1.2

28 Sep 08:56
v3.1.2
ce60b45
Compare
Choose a tag to compare

Changed

v3.1.1

26 Sep 15:38
v3.1.1
e12bc74
Compare
Choose a tag to compare

Added

  • Ability to choose model in the assistant for most providers @julien-nc #130

Changed

Fixed

  • Fix admin settings not saving the models in some cases @julien-nc #130

v3.1.0

05 Sep 12:29
48c7e98
Compare
Choose a tag to compare

3.1.0 – 2024-09-05

Added

Changed

  • bump max NC version to 31, update composer dev dependencies @julien-nc
  • Bring back textProcessing, translation, STT, and image generation providers @julien-nc #120
  • Avoid ambiguity between old and new providers @julien-nc #121

Fixed

  • fix(TextToText,Translate): Don't throw in getOptionalInputShapeEnumValues @marcelklehr #115
  • fix(providers): do no implement useless 'getOptionalOutputShapeDefaults' method, use the size param in text2image provider @julien-nc #119

v3.0.1

26 Jul 10:57
v3.0.1
23b7132
Compare
Choose a tag to compare

Added

Changed

v3.0.0

17 Jul 14:16
v3.0.0
24b2c57
Compare
Choose a tag to compare

Added

  • Create all task processing providers that were text processing ones + image generation + audio transcription @julien-nc #102
  • ContextWrite provider
  • Chat provider
  • Add password confirmation when setting sensitive values in user and admin settings

Changed

  • Drop old image generation, audio transcription and text processing providers
  • Use nc/vue 8.14.0

Fixed

  • Fix topics provider output: make it comma separated

v2.0.3

27 Jun 13:07
v2.0.3
4513dd6
Compare
Choose a tag to compare

Fixed

  • incorrect numeric settings handling on the server side @julien-nc

Changed