Skip to content

Releases: Kav-K/GPTDiscord

Bug fixes, visual improvements, stability improvements

31 Dec 21:48
Compare
Choose a tag to compare

What's Changed

Show the prompt when you use /g, stability improvements in case an API error occurs while conversing, get rid of the "GPTie:" pre-prompt when using /g for more creative responses from GPT3.

v2.0.1

31 Dec 11:12
b058a79
Compare
Choose a tag to compare

Stability fixes for upstream API issues. As a reminder, slash commands were added past version v2.0! Check out the README for more details.

Overhauled to use SLASH COMMANDS! + Optimizations, fixes.

31 Dec 10:58
2149b07
Compare
Choose a tag to compare

The bot now uses slashcommands instead of prefixed chat commands. Please check out the README for the commands.
The .env file now has ALLOWED_GUILDS and ALLOWED_ROLES that you must fill in for the bot to work.

Other backend optimizations, fixes were also done!

Docker support, pyproject.toml

31 Dec 00:41
Compare
Choose a tag to compare

The build system was changed to using pyproject.toml, and Docker support was added. All work was contributed by @cooperlees!

Fully async fixes, image prompt optimizer major improvements

29 Dec 07:43
Compare
Choose a tag to compare
  1. The async functionality of this bot has been fixed. Previously, requests would be sent out asynchronously but the GIL would block until all the requests were done. Now, requests are independent and the bot is incredibly fast, allowing for hundreds of simultaneous users at the same time (if your OpenAI rate limits allow for it)

  2. The image prompt optimizer has been majorly improved, it will generate much more cohesive pictures, and will generate beautiful pictures on other models too such as Midjourney, SD, and etc.

Stable pre-pinecone extractive question answering

29 Dec 01:30
Compare
Choose a tag to compare

This is a stable version of GPT3Discord that is known to be fully functional. After this version, extractive question answering and pineconeDB will be added to the bot, as another major release.