Releases: Kav-K/GPTDiscord
Bug fixes, visual improvements, stability improvements
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
Overhauled to use SLASH COMMANDS! + Optimizations, fixes.
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
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
-
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)
-
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
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.