Skip to content

Releases: Zero6992/chatGPT-discord-bot

Version 3.0.0

27 Jul 08:28
Compare
Choose a tag to compare

🚀 New Features

  • Provider System Architecture: Completely redesigned provider management system with enhanced reliability and flexibility
    • New modular provider framework supporting multiple AI backends
    • Intelligent automatic fallback mechanism between providers
    • Support for both authenticated and free providers
    • Real-time provider health monitoring
  • Enhanced Security Controls:
    • Implemented comprehensive security measures for jailbreak personas
    • Added safeguards against potentially harmful prompt injections
    • Improved user permission management
  • Comprehensive Test Suite:
    • Added extensive unit tests for core components
    • Test coverage for providers, personas, and client functionality
    • Continuous integration ready

🔧 Improvements

  • Docker Security Hardening:
    • Non-root user implementation
    • Read-only filesystem support
    • Reduced attack surface with minimal base image
    • Security best practices applied throughout
  • Dependency Updates:
    • All dependencies updated to latest stable versions
    • Security vulnerabilities patched
    • Performance improvements from newer library versions
  • Bot Command System:
    • Refactored command handling with provider system integration
    • Improved error handling and user feedback
    • More intuitive command responses

🐛 Bug Fixes

  • Docker Logging: Resolved read-only filesystem issues preventing proper logging in containerized environments
  • Free Provider Authentication: Fixed authentication errors with free AI providers
  • Provider Reliability: Completely rewrote FreeProvider to use only working auth-free providers

📚 Documentation

  • Improved setup instructions

⚠️ Breaking Changes

  • New provider configuration system requires updating .env file
  • Some deprecated commands have been removed

🔄 Migration Guide

Users upgrading from 2.x should:

  1. Update their .env file with new configuration options
  2. Review the updated provider settings
  3. Test persona configurations with new security controls
  4. Update any custom integrations to use the new provider system

Version 2.1.2

31 May 10:43
fa30aba
Compare
Choose a tag to compare
  • Provider updated

Version 2.1.1

02 Apr 10:01
Compare
Choose a tag to compare
  • OpenAI provider update

Version 2.0.3

25 Mar 16:13
da955de
Compare
Choose a tag to compare
  • gpt-3.5-turbo

Version 2.0.2

08 Mar 14:30
Compare
Choose a tag to compare
  • Docker fixed
  • Persona fixed

Version 2.0.1

07 Mar 10:15
1f66c6e
Compare
Choose a tag to compare
  • Using gpt4free now

  • Chat support Gemeni-pro and GPT-4 (all free)

  • Image Generation support Bing, OpenAI and Gemini

Version 1.6.2

07 Nov 09:00
Compare
Choose a tag to compare
  • Update /draw to DALL·E 3

Version 1.6.1

10 Jul 17:27
Compare
Choose a tag to compare
  • Serval bugs fixed
  • Code refactoring
  • Added the ability to generate multiple images at once by @MCUxDaredevil in #405

Version 1.5.1

17 May 13:20
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @KingBain in #204
  • Add ci workflow by @yangchuansheng in #324
  • add auto login for Bard and Bing by @YungPingXu in #397
  • add info command and remove model info in response
  • fix UNOFFICIAL gpt-3 model issue

New Contributors

Full Changelog: v1.4.2...v1.5.1

Version 1.4.2

02 May 18:37
Compare
Choose a tag to compare
  • Fix Bing model bug #378
  • Fix /replyall bug #379