Skip to content

Releases: V-know/ChatGPT-Telegram-Bot

v2.0.1: Update the version of openai to 1.19.0

17 Apr 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.1

v1.1.0

29 Mar 07:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

12 Jun 02:09
ffbd196
Compare
Choose a tag to compare

Release v1.0.3 - 2023年6月12号

Enhancement

  • 流式响应用户提问,效率提升
  • 增加英文README
  • 重构代码结构

Bug修复

  • 每一步操作前都会检查用户的登记信息
  • 增加更完整的Error handler

Release v1.0.3 - June 12, 2023

Enhancement

  • Streamlined responses to user inquiries, improved efficiency
  • Added English README
  • Refactored code structure

Bug Fixes

  • Check user registration information before each step of operation
  • Added a more comprehensive Error handler

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 May 18:29
fd728c3
Compare
Choose a tag to compare

Release v1.0.2 - 2023年5月20号

Enhancement

  • 增加丰富Button功能
  • 支持快速切换预装角色
  • 增加了Rate limite功能【滑动窗口】
  • 重构代码结构

Bug修复

  • 未提交过任何问题的用户点击按钮失败的问题

Release v1.0.2 - May 20th, 2023

Enhancement

  • Added rich Button functionality
  • Support for quickly switching between preloaded characters
  • Added Rate Limit feature (Sliding Window)
  • Refactored code structure

Bug Fixes

  • Fixed the issue where users who have never submitted any issues failed to click the button

What's Changed

Full Changelog: v1.0.1...v1.0.2

v.1.0.1

10 May 08:20
Compare
Choose a tag to compare

Release v1.0.1 - 2023年5月10号

Enhancement

  • 对接Azure OpenAI,取代原生OpenAI
  • 使用ChatCompletion替代Completetion
  • 加强了聊天功能
  • 增加了Rate limite功能

Bug修复

  • 修复decode.py解析日志失败的问题

其它事项

  • 为后面多用户管理打下了基础

Release v1.0.1 - May 10th, 2023

Enhancements

  • Integrated Azure OpenAI, replacing original OpenAI
  • Implemented ChatCompletion to replace Completion
  • Improved chat functionality
  • Added Rate Limit feature

Bug Fixes

  • Fixed issue with decode.py failing to parse logs

Other

  • Laid foundation for multi-user management

Full Changelog: https://github.com/V-know/ai-bot/commits/v1.0.1