Releases: Kav-K/GPTDiscord
Releases · Kav-K/GPTDiscord
Docker workflow updates
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
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
- @dehlirious made their first contribution in #344
Full Changelog: v11.8.2...v11.8.3
Fix issue with requirements
Some summarize threshold changes
Allow for summarize threshold to be up to 30k when using gpt-4-32k
Fix lanuch error
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
Update langchain and llamaindex to allow the use of the new models
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
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
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
andlangchain
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
- @Mina-Karam made their first contribution in #296
- @Maclean-D made their first contribution in #298
- @lsnk made their first contribution in #325
Full Changelog: v11.6.2...v11.7.0
Index Talk support
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