Releases: V-know/ChatGPT-Telegram-Bot
Releases · V-know/ChatGPT-Telegram-Bot
V2.3.0
What's Changed
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #46
- Bump aiohttp from 3.9.2 to 3.9.4 by @dependabot in #48
- Bump urllib3 from 1.26.14 to 1.26.18 by @dependabot in #47
- Bump tqdm from 4.64.1 to 4.66.3 by @dependabot in #49
- Bump requests from 2.31.0 to 2.32.0 by @dependabot in #50
- Bump pymysql from 1.0.3 to 1.1.1 by @dependabot in #51
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #54
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #53
- Bump aiohttp from 3.9.4 to 3.10.2 by @dependabot in #56
- chore: Improve ErrorHandler by @V-know in #57
- fix(openai): Parameters not properly configured by @V-know in #59
- chore: minor optimization by @V-know in #60
Full Changelog: v2.0.1...v2.3.0
v2.0.1: Update the version of openai to 1.19.0
What's Changed
- Bump idna from 3.4 to 3.7 by @dependabot in #44
- feat: Update the version of openai to 1.19.0 by @V-know in #45
Full Changelog: v1.1.0...v2.0.1
v1.1.0
What's Changed
- feat: Cancel button by @V-know in #21
- fix: make the waring message work by @V-know in #22
- Optimize the way of token counting by @V-know in #23
- Feat: channel support by @V-know in #25
- Bump certifi from 2022.12.7 to 2023.7.22 by @dependabot in #27
- Bump aiohttp from 3.8.3 to 3.8.5 by @dependabot in #28
- Bump urllib3 from 1.26.14 to 1.26.17 by @dependabot in #29
- Lang by @V-know in #30
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #33
- optimization: comment out the db option which requires user have supe… by @V-know in #34
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #35
- naming optimization by @V-know in #36
- feet: nickname by @V-know in #37
- feat: docker enabled by @V-know in #38
- Bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #39
- Bump aiohttp from 3.9.0 to 3.9.2 by @dependabot in #42
- Optimizing the Native OpenAI API Calls by @V-know in #43
Full Changelog: v1.0.3...v1.1.0
v1.0.3
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
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
- Added user identity-based permissions feature by @V-know in #3
- Dev by @V-know in #4
- Feature: Added reminder for long completion token by @V-know in #5
- Feature by @V-know in #6
- added buttons by @V-know in #7
- optimize prompt by @V-know in #8
- use mysql to enable rate limit instead of redis by @V-know in #9
- support preset prompt by @V-know in #10
- Refactor code by @V-know in #11
Full Changelog: v1.0.1...v1.0.2
v.1.0.1
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