Releases: Kav-K/GPTDiscord
Pagination and a large refactor
What's Changed
- Pagination of long messages outside of threads, fairly large refactor by @Hikari-Haru and @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/100
- Long messages are now put into an embed when over 2k characters except when in a thread
- Changed the moderation commands to start with /mod
Full Changelog: Kav-K/GPT3Discord@v6.0...v6.1
Add /gpt edit (OpenAI Edits endpoint), sqlite path config
What's Changed
- Added the possibility to configure SQLITE db path by @lauralex in https://github.com/Kav-K/GPT3Discord/pull/98
- Add the edit endpoint by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/92
- /GPT edit to ask GPT to edit a prompt with an instruction!
New Contributors
- @lauralex made their first contribution in https://github.com/Kav-K/GPT3Discord/pull/98
Full Changelog: Kav-K/GPT3Discord@v5.4.1...v6.0
Add missing requirements
Full Changelog: Kav-K/GPT3Discord@v5.4...v5.4.1
Automatic retry on API errors
What's Changed
- api backoff by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/95
When OpenAI's API gives us issues, automatically retry a request that a user sends 4 times.
Full Changelog: Kav-K/GPT3Discord@v5.3.2...v5.4
Bugfixes, react on moderation warn, help us test moderations! (read desc)
Some bugfixes, made it so that users that the bot warned admins about get their message reacted to with a warning emoji
We created a discord server to fine tune our thresholds for the moderations service, it's a controlled environment where you can blow off some steam and say some obscene things in private, and have it contribute to the fine tuning of the bot! Check it out at https://discord.gg/CWhsSgNdrP for more information
Full Changelog: Kav-K/GPT3Discord@v5.3.1...v5.3.2
Bugfixes
Full Changelog: Kav-K/GPT3Discord@v5.3...v5.3.1
Parameter overrides to opener files using json
What's Changed
- Add parameter overrides to opener files using json by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/89
Full Changelog: Kav-K/GPT3Discord@v5.2...v5.3
Pinecone bug fixes, performance improvements
What's Changed
Fix a lot of pinecone bugs and performance issues, fix redoing for pinecone, fix edits for pinecone
- Replace mention with server nickname by @Hikari-Haru in https://github.com/Kav-K/GPT3Discord/pull/87
Full Changelog: Kav-K/GPT3Discord@v5.1.1...v5.2
Persistent moderations service, housekeeping
What's Changed
- Persistent moderations by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/85
- Moderations service will now save its state between restarts, if you start it, it will automatically start itself on bot reboots unless you turn the service off.
- housekeeping, bugfixes by @Kav-K in https://github.com/Kav-K/GPT3Discord/pull/86
Full Changelog: Kav-K/GPT3Discord@v5.0.1...v5.1.1