Skip to content

Releases: WAppAI/assistant

v2.4.1

14 Mar 12:11
303a866
Compare
Choose a tag to compare

TL;DR

  • Fixed #282 where an open ai key would be asked even when it shouldnt
  • YOU WILL NEED TO UPDATE YOUR .env as ENABLE_WEB_BROWSER_TOOL was added, check .env.example for info

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

05 Mar 08:30
040e6a3
Compare
Choose a tag to compare

TL;DR

  • Added Google Calendar tool, info about the tool here
  • Basically, it can create and view meetings associated with a Google Calendar

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

04 Mar 07:06
0fe77ae
Compare
Choose a tag to compare

TL;DR

  • Added web browser tool, info about the tool here

What's Changed

Full Changelog: v2.2.2...v2.3.0

v2.2.2

04 Mar 06:46
d21d73c
Compare
Choose a tag to compare

TL;DR

  • Possible to disable SearchAPI as a tool on OpenRouter models
  • Fixed a bug where the bot wasn't joining groups
  • Fixed URL preview in messages

What's Changed

Full Changelog: v2.2.1...v2.2.2

v2.2.1

20 Dec 09:26
cf54e34
Compare
Choose a tag to compare

What's Changed

  • Removed ENABLE_SEARCH_OPENROUTER by @Luisotee in #262
  • Better .env.example, better environment variables check by @Luisotee in #264
  • Removed obligatory setting up of openrouter or bing by @Luisotee in #266

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Dec 08:18
f1e14eb
Compare
Choose a tag to compare

TL;DR

  • Added SearchAPI as a tool to OpenRouter models
  • Changed PaLM in the !change to Gemini Pro
  • Reorganized .env.example between obligatory and optional variables
  • Users upgrading from v2.1.1 should update their .env file with their SearchAPI key.

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

16 Dec 06:06
Compare
Choose a tag to compare

TL;DR

  • Improved RAM efficiency

What's Changed

Full Changelog: v.2.1.0...v2.1.1

v2.1.0

13 Dec 14:18
eb421fd
Compare
Choose a tag to compare

TL;DR

  • Added support for all the models supported by OpenRouter
  • Added group participants name to the context
  • Made significant changes, so you will need to do pnpm build again and check the .env.example file since there is new variables.

What's Changed

  • fix: REPLY_TRANSCRIPTION not in .env.example and removed ALLOWED_USERS warning by @Luisotee in #228
  • feat: OpenRouter support by @Luisotee in #248

Full Changelog: v2.0.1...v.2.1.0

v2.0.1

19 Nov 03:50
bcd11d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

22 Oct 20:37
7b0e484
Compare
Choose a tag to compare

TL;DR

  • Made significant changes, so you will need to clone it again and check the .env file.
  • Refactored the project to use pnpm as the package manager.
  • Updated the local whisper to use whisper.cpp.
  • Added streaming response.
  • Incorporated the image recognition feature from Bing.

What's Changed

Full Changelog: v1.1.4...v2.0.0