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
- add config for how long to store usage @lukasdotcom[#257](https://github.com/nextcloud/integration_openai/pull/257)
21
+
- add AI app category @janepie[#275](https://github.com/nextcloud/integration_openai/pull/275)
22
+
- specify language for AudioToText @lukasdotcom[#266](https://github.com/nextcloud/integration_openai/pull/266)
23
+
- add user preference to set default language for AudioToText @lukasdotcom[#266](https://github.com/nextcloud/integration_openai/pull/266)
24
+
25
+
### Changed
26
+
- update context needed for the quota reset day @lukasdotcom[#265](https://github.com/nextcloud/integration_openai/pull/265)
27
+
- add openai api info in the readme @kyteinsky[#268](https://github.com/nextcloud/integration_openai/pull/268)
28
+
- lazy load most app config values, store them as lazy too @julien-nc[#246](https://github.com/nextcloud/integration_openai/pull/246)
29
+
- bump max NC version to 33
30
+
- hint about the v1 in the custom service url info text @kyteinsky[#279](https://github.com/nextcloud/integration_openai/pull/279)
31
+
- change default completion model to 4.1 mini @lukasdotcom[#271](https://github.com/nextcloud/integration_openai/pull/271)
32
+
33
+
### Fixed
34
+
- use admin specified max tokens as default for all tasks it makes sense for @lukasdotcom[#239](https://github.com/nextcloud/integration_openai/pull/239)
35
+
- admin settings style and quota fixes @kyteinsky[#241](https://github.com/nextcloud/integration_openai/pull/241)
36
+
- fix default tts model selector for vue3 @lukasdotcom[#247](https://github.com/nextcloud/integration_openai/pull/247)
37
+
- fix empty argument gets encoded as [] instead of {} @lukasdotcom[#243](https://github.com/nextcloud/integration_openai/pull/243)
38
+
- fix custom unreachable service handling, store the model list in the DB @julien-nc[#277](https://github.com/nextcloud/integration_openai/pull/277)
0 commit comments