Skip to content

Releases: WAppAI/assistant

v2.9.0

16 Jul 01:15
Compare
Choose a tag to compare

TL;DR

What's Changed

Full Changelog: v2.8.0...v2.9.0

v2.8.0

30 Apr 15:48
Compare
Choose a tag to compare

TL;DR

  • Changed langchain agent to tool calling in OpenAI models.
  • This massively improves performance, eliminating the need to delete memory with every message and making it much more reliable. I highly recommend using an OpenAI model for now.
  • In the next few days, support for tool calling will also come for Anthropic and Google models.

What's Changed

Full Changelog: v2.7.0...v2.8.0

v2.7.0

26 Apr 19:13
f33bbdc
Compare
Choose a tag to compare

TL;DR

  • Changed langchain agent to structured chat which should be better than reAct
  • Tweaks in the prompt for both bing and langchain
  • New .env variables DEFAULT_MODEL and MODEL_TEMPERATURE. You will need to modify your .env with them.

What's Changed

  • Changed agent used in langchain to structured chat by @Luisotee in #290

Full Changelog: v2.6.0...v2.7.0

v2.6.0

19 Mar 23:25
bd71bde
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.6.0

v2.5.0

18 Mar 19:55
bcd0a78
Compare
Choose a tag to compare

TL;DR

  • Added image generation with dalle into openrouter models, more info at env.example.
  • Added basic calculator tool from langchain.
  • Updated langchain and fixed all error messages.

What's Changed

Full Changelog: v2.4.1...v2.5.0

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