Skip to content

Releases: RirikoAI/RirikoBot

0.14.5

20 Mar 22:18
af3989f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.4...0.14.5

0.14.4

19 Mar 13:45
f7c809a
Compare
Choose a tag to compare

Version 0.14.4 is out now!

Important for previous users: If you're using OpenAI before, you will need to change the model in the config.js file into any of the model listed in the website: https://platform.openai.com/docs/models/overview

For example:

...
AI: {
    ...
    // Use any model in this page https://platform.openai.com/docs/models/overview
    GPTModel: "gpt-4",
    ...
}
...

Update your packages to use this version 1.14.4:

npm i --include=dev

For Linux user please rerun this after updating:

npm uninstall ffmpeg-static
npm uninstall ffmpeg
npm update

What's Changed

New Contributors

Full Changelog: 0.14.3...0.14.4

0.14.3

14 Mar 17:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.2...0.14.3

0.14.2

18 Feb 08:30
c3d7f45
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.14.1...0.14.2

0.14.1

16 Feb 20:13
83fa68b
Compare
Choose a tag to compare

What's Changed

  • [FIX] Add bypass option if the user is pretty confident that the Mongo DB connection works by @earnestangel in #325
  • [FEAT] Local stable diffusion by @earnestangel in #326

Full Changelog: 0.14.0...0.14.1

0.14.0

31 Jan 15:59
d37d242
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.0...0.14.0

0.13.0

18 Oct 08:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.0...0.13.0

0.12.0

24 Sep 16:21
e74265e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.11.0...0.12.0

0.11.0

15 Sep 12:14
f7a5953
Compare
Choose a tag to compare

What's Changed

  • Bump genius-lyrics from 4.4.4 to 4.4.6 by @dependabot in #231
  • Implement RirikoLLaMA (self hosted OpenLLaMA for Ririko AI bot), replace deprecated OpenAI model (davinci 003) with 002, code cleanup by @earnestangel in #236

Full Changelog: 0.10.0...0.11.0

0.10.0

13 Sep 14:29
fcb743b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.2...0.10.0