Releases: Kav-K/GPTDiscord
Releases · Kav-K/GPTDiscord
Persist conversations through restarts
- Conversations now persist through restarts. You will no longer lose conversation history if you restart the bot!
- Conversation data is stored in a local
pickles
folder, currently, a lot of data is stored, so if you find your bot getting too slow, you may have to delete this folder, a cleaner solution will be implemented in the future - Conversations auto-save roughly every 20 seconds.
Fix system messages bug
Full Changelog: Kav-K/GPT3Discord@v10.9.16...v10.9.17
Bugfixes, bump libs
What's Changed
- Possibly fix some tqdm requirements issues by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/216
- Fix broken per user api key on query and compose by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/215
- Build Docker image with 3.10 by @cooperlees in https://github.com/Kav-K/GPT3Discord/pull/193
Full Changelog: Kav-K/GPT3Discord@v10.9.15...v10.9.16
ChatGPT refining fixes for /search and /index
What's Changed
- ChatGPT refining fixes for /search and /index
- Add arm64 to pr build by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/213
- Cost fix by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/212
Full Changelog: Kav-K/GPT3Discord@v10.9.14...v10.9.15
Bump gpt-index, better chatgpt query refining
Bump gpt-index, better chatgpt query refining
Full Changelog: Kav-K/GPT3Discord@v10.9.12...v10.9.14
Fix welcome message, remove hard name in conversation pretext
v10.9.12
d1ea986 add back token safeguard for search - Kav-K
f20687f fix bot taggable bypass - Kav-K
9a74e4e fix prompt optimizing - Kav-K
c83de41 bump version - Kav-K
- Fix split messages in conversations breaking conversation by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/205
- Bump python-dotenv from 0.21.0 to 1.0.0 by @dependabot in https://github.com/Kav-K/GPT3Discord/pull/188
Full Changelog: Kav-K/GPT3Discord@v10.9.11...v10.9.12
Fix docker not persisting the db and index files
What's Changed
- Docker persistence fixes and other fixes by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/204
Full Changelog: Kav-K/GPT3Discord@v10.9.10...v10.9.11
Quickfix composition bug
What's Changed
- Fix composition loading by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/202
- Attempt to be more consistent with version naming again, 10.9.10 is this version number, only the minor version will ever go past two digits
Full Changelog: Kav-K/GPT3Discord@v10.9.9...v10.9.10
Same as 10.9.8
Re-release after github actions outage