Skip to content

Releases: Kav-K/GPTDiscord

Docker workflow updates

21 Oct 07:28
2ff78a8
Compare
Choose a tag to compare

Update because docker workflow didn't want to build for release

Full Changelog: v11.8.3...v11.8.4

Fix bugs, update to latest llamaindex and langchain

21 Oct 06:00
Compare
Choose a tag to compare

What's Changed

  • Fixes by @dehlirious in #344
  • Bump requests from 2.28.1 to 2.31.0 by @dependabot in #320
  • Bugfixes, closed off a bunch of issues, cleaned some things up and updated everything to latest langchain and llama index

New Contributors

Full Changelog: v11.8.2...v11.8.3

Fix issue with requirements

11 Oct 15:43
14a2382
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.8.1...v11.8.2

Some summarize threshold changes

30 Aug 04:07
Compare
Choose a tag to compare

Allow for summarize threshold to be up to 30k when using gpt-4-32k

Fix lanuch error

21 Aug 10:06
50b4ada
Compare
Choose a tag to compare

What's Changed

  • Update README.md to not include trying out bot by @Maclean-D in #337
  • Fix error on launch by @Hikari-Haru in #340

Full Changelog: v11.7.3...v11.8.0

Fix broken dependency

29 Jun 18:53
6caa423
Compare
Choose a tag to compare

What's Changed

  • Add pypdf dependency by @Hikari-Haru in #333

Full Changelog: v11.7.2...v11.7.3

Update langchain and llamaindex to allow the use of the new models

21 Jun 23:06
Compare
Choose a tag to compare

What's Changed

  • Update langchain and llamaindex by @Hikari-Haru in #331

Full Changelog: v11.7.1...v11.7.2

Updated to new models and various bugfixes

16 Jun 08:57
c408b91
Compare
Choose a tag to compare

Check your model with /system settings, it might have been changed to the default model after this update

What's Changed

  • New models have been added, also added more model options for indexes and internet/search
  • /transcribe link should work fine again with youtube videos, shortened links also work now for youtube
  • If you've seen an error message before about KeyError and original_message, that should be gone now and editing in normal conversations works again
  • Some bugfixes and internal changes

PR's

  • Enable new models, fix internet chat, fix youtube transcription, bugfixes and other small changes by @Hikari-Haru in #328

Full Changelog: v11.7.0...v11.7.1

Fix issues with indexing and search

14 Jun 14:19
29cdd38
Compare
Choose a tag to compare

The way indexes are stored has been changed due to the package we use for it, all indexes made pre v11.7.0 will no longer work and need to be cleared

What's Changed

  • Update INSTALLATION.md guide with changes in repo's name by @Mina-Karam in #296
  • Update INSTALLATION.md by @Maclean-D in #298
  • Fix docker images not being uploaded by @Hikari-Haru in #302
  • Update installation instructions by @Maclean-D in #303
  • Bump llama-index and langchain dependencies. by @lsnk in #325
  • Update README.md by @Raecaug in #309
  • Update Permanent Memory Readme by @Maclean-D in #310
  • Fix indexing and search by @Hikari-Haru in #327

New Contributors

Full Changelog: v11.6.2...v11.7.0

Index Talk support

25 Apr 05:35
Compare
Choose a tag to compare

You can now chat with your data with /index talk! After you add (or compose) an index, you can create a conversation that uses the data from the index as conversation context

  • This feature is very alpha and will have bugs, we'll squash them as we identify them
  • /internet chat is now much more stable and accurate, faster