Skip to content

Releases: RAHB-REALTORS-Association/chat2gpt

v2.2.0

09 Aug 13:23
d3a34f9
Compare
Choose a tag to compare

Introducing the API_URL variable! 🚀

  • Now route chatbot requests to custom API endpoints.
  • Just set the API_URL environment variable and you're good to go.

Upgrade today and enjoy the added flexibility!

Changes

Full Changelog: v2.1.2...v2.2.0

v2.1.2

09 Aug 02:38
0363b01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

09 Aug 02:37
23870ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

09 Aug 00:46
5000dd8
Compare
Choose a tag to compare

🚀 Welcome to Version 2.1! 🚀

We're ecstatic to present version 2.1. With this update, we're ushering in a series of important enhancements that will elevate your chatbot experience!

What's New

  • Content Moderation: Keeping our platform safe and user-friendly is a top priority. With the new content moderation feature, inappropriate messages will be flagged, ensuring a wholesome experience for all.
  • Max Token Limit: We're optimizing interactions by introducing a max token output limit, making sure responses are concise and relevant.

Changes

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Aug 16:44
Compare
Choose a tag to compare

🚀 Welcome to Version 2.0! 🚀

We are thrilled to introduce version 2.0, a significant update that brings the long-awaited integration with DALL-E for image generation!

What's New

🎨 DALL-E Integration: Users can now generate images directly in the chat! Use the /image command followed by your creative prompt to bring your ideas to life.

Changes

Full Changelog: v1.7.1...v2.0.0

v1.7.1

03 Aug 20:24
5d641cd
Compare
Choose a tag to compare

LLMs are lossy compression algorithms, never forget.

What's Changed

Full Changelog: v1.7.0...v1.7.1

v1.7.0

03 Aug 20:08
bc17928
Compare
Choose a tag to compare

We've implemented token counting for each message the bot processes. This new feature prevents the bot from sending messages that are too large, which could potentially overload the system. If a message exceeds the token limit, the bot will respond with an error message asking the user to try a shorter message.

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

03 Aug 13:43
54420ed
Compare
Choose a tag to compare

Send canned response after /reset instead of generating reply.

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

03 Aug 13:42
1347f4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

02 Aug 03:28
ffc1ced
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.2.0