Skip to content

Releases: nextcloud/talk_bot_ai

v3.0.2

30 Jan 16:36
v3.0.2
14df941
Compare
Choose a tag to compare

Fixed

  • fix: match newline characters and trim whitespace in prompt by @edward-ly in #17

Full Changelog: v3.0.1...v3.0.2

v3.0.1

23 Jan 15:55
v3.0.1
110684c
Compare
Choose a tag to compare

Fixed

Removed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

26 Aug 14:58
v3.0.0
3a05cdc
Compare
Choose a tag to compare

Major app rewrite that is more production-ready. "TalkBotAI Example" is now "Assistant Talk Bot", and talk_bot_ai_example repository is now talk_bot_ai.

  • Replaced example model with Task Processing API
    • Oldest compatible Nextcloud version is now 30
    • Updated Makefile targets accordingly
  • Added nc_py_api Python module as a dependency

v2.1.0

15 May 15:43
Compare
Choose a tag to compare
  • added support for NC29
  • made it compatible with AppAPI 2.3+

v2.0.0 - for AppAPI 2.0

25 Jan 15:13
Compare
Choose a tag to compare
  • Just an update to keep example working with the last breaking changes in the AppAPI to the Talk Bots

v1.1.0

23 Oct 15:15
594c9b4
Compare
Choose a tag to compare
  • Update to support the new extended installation scheme for AppAPI version 1.1.0

v1.0.3

11 Oct 11:13
Compare
Choose a tag to compare
  • Fixed an error that occurred if the cloud URL received from AppAPI ended with a slash.

v1.0.2

10 Oct 15:46
Compare
Choose a tag to compare
  • Correct referencing to docker image by version instead of latest tag
  • Model changed from 77M number of parameters to 248M.

v1.0.1

06 Oct 15:16
4cb827b
Compare
Choose a tag to compare
  • renamed @ai to @assitant

v1.0.0

04 Oct 21:09
Compare
Choose a tag to compare

First release