Releases: itskdhere/ChatGPT-Discord-BOT
Releases · itskdhere/ChatGPT-Discord-BOT
v3.2.4 🎄
What's Changed
- Fixed a small bug where the bot activity is automatically disappearing after some time.
- Bump axios from 1.5.1 to 1.6.0 by @dependabot in #20
- Bump undici and discord.js by @dependabot in #21
Full Changelog: v3.2.3...v3.2.4
v3.2.3 🌐
Full Changelog: v3.2.2...v3.2.3
v3.2.2 🔮
What's Changed
- Added Instructions For Dockerized Bot Setup
- Updated Packages
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #16
- Bump undici from 5.22.1 to 5.26.3 by @dependabot in #17
Full Changelog: v3.2.1...v3.2.2
v3.2.1 ✨
Full Changelog: v3.2.0...v3.2.1
- Updated all packages.
- Patched CVE-2023-36665 i.e GHSA-h755-8qp9-cq85
v3.2.0 📡
What's Changed
- Added Dockerfile.
- Added optional http server.
- #7 mostly done ✅
- Bump semver from 7.3.8 to 7.5.3 by @dependabot in #14
- Bump @grpc/grpc-js and keyv-firestore by @dependabot in #15
Full Changelog: v3.1.0...v3.2.0
v3.1.0 ✨🔥
🎉 What's Changed
- Updated packages
- Added error handler & crash handler
- Added two new environment variables for SystemMessage & ModelName
- Added steps to contribute to this project by @ManoBharathi93 in #12
📌 Updating from v3.0.0 to v3.1.0
Two new environment variables have been added: MODEL
& SYSTEM_MESSAGE
Update your .env
files accordingly. Learn more.
✨ New Contributors
- @ManoBharathi93 made their first contribution in #12
🚀 Full Changelog: v3.0.0...v3.1.0
v3.0.0 🚀
What's Changed
- v3 - Added OpenAI API & Firestore support by @itskdhere in #8
- Added Direct Message (DM) support
- Continue Conversation in DM or using /ask
- Use /reset-chat to Start a new Conversation / Thread.
- Uses Firestore Database for persistent chat history storage & logs.
Full Changelog: v2.5.1...v3.0.0
Learn More:
v2.5.1 🎉
What's Changed
- Fix for MAX_RESPONSE_LENGTH by @davidecke in #6 3cc5a6d
- added debug toggle in env var 83d9eac
New Contributors
- @davidecke made their first contribution in #6
Full Changelog: v2.5.0...v2.5.1
v2.5.0 🔥🛠
What's Changed
- Bump undici from 5.14.0 to 5.19.1 by @dependabot in #5
- Patched Security Vulnerabilities: CVE-2023-24807 & CVE-2023-23936
- Changed Changed Figlet font to
Univers
fromunivers
. Thanks #4
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: V2.4.0...v2.5.0
v2.4.0 🎉🔥
Full Changelog: v2.3.0...V2.4.0
- Added
onProgress
typing effect, which streams ChatGPT response to discord in real-time. - Added new environment variables for max discord response length, ChatGPT initial promt & switching on/off the welcome text.