Skip to content

Releases: itskdhere/ChatGPT-Discord-BOT

v3.2.4 🎄

25 Dec 22:12
9c4b03a
Compare
Choose a tag to compare

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 🌐

25 Oct 15:55
Compare
Choose a tag to compare

Full Changelog: v3.2.2...v3.2.3

v3.2.2 🔮

22 Oct 18:49
Compare
Choose a tag to compare

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 ✨

11 Jul 17:18
Compare
Choose a tag to compare

Full Changelog: v3.2.0...v3.2.1

v3.2.0 📡

06 Jul 14:47
Compare
Choose a tag to compare

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 ✨🔥

02 May 19:28
Compare
Choose a tag to compare

🎉 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


🚀 Full Changelog: v3.0.0...v3.1.0


v3.0.0 🚀

02 Apr 07:35
Compare
Choose a tag to compare

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 🎉

20 Feb 12:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1

v2.5.0 🔥🛠

18 Feb 11:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V2.4.0...v2.5.0

v2.4.0 🎉🔥

13 Feb 06:33
Compare
Choose a tag to compare

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.