Skip to content

Releases: TBXark/ChatGPT-Telegram-Workers

1.9.4

19 Sep 03:13
65ba46b
Compare
Choose a tag to compare
  • fix: 配置中bool类型判断错误BUG #290

1.9.3

29 Aug 06:16
Compare
Choose a tag to compare
  • Add a plug-in system
  • fix get/set USER_CONFIG bug
  • fix send workers image bug

1.8.0

21 Aug 02:04
c40c7ef
Compare
Choose a tag to compare
  • Support Cohere, Anthropic Ai
  • Support image input.
  • Adapt to group topic mode
  • Remove the role function and use custom commands instead.
  • Fix the bug of failure to send super long text.

1.7.0

20 Jun 06:11
Compare
Choose a tag to compare
  • Modify the worker AI invocation method to API invocation, requiring the setting of account_id and token. The original AI binding method is invalid.
  • Add support for worker AI text conversation flow mode.
  • Add functionality for worker AI to generate images from text.
  • Add switch AI providers
  • Add custom commands, which allows for quick model switching
  • Add lock user-defined configurations

v1.6.0

07 Nov 07:14
29d84ae
Compare
Choose a tag to compare
  • Add workers AI support, please refer to the configuration document for specific settings.
  • Optimize the parser for openai stream mode.

v1.5.1

10 Aug 09:07
551e4ce
Compare
Choose a tag to compare
  • fix 1.5.0已发现BUG

v1.5.0

10 May 02:02
ca467a5
Compare
Choose a tag to compare
  • perf: 调整命令顺序
  • perf: openai发送请求前前发送loading消息
  • feat: 添加流式输出支持(默认开启)。使用STREAM_MODE=false关闭
  • feat: 添加安全模式(默认开启)解决TG无限重试的问题
  • feat: 增加对多个KEY的适配,随机选择KEY使用
  • feat: 增加快捷按钮 /new, /redo

v1.4.0

18 Apr 07:02
e106ede
Compare
Choose a tag to compare
  • 支持多平台部署
  • 添加/redo指令,重新发送或者修改上一条提问
  • 添加/delenv指令,删除环境变量恢复默认值
  • 添加多语言支持,使用LANGUAGE环境变量设置语言,目前支持zh-CNzh-TWen。默认为zh-CN

v1.3.1

18 Mar 11:46
12e3956
Compare
Choose a tag to compare
  • 优化历史记录裁剪逻辑
  • 优化token计算逻辑
  • 修复edit消息的bug

1.3.0

11 Mar 15:11
fa3cd3d
Compare
Choose a tag to compare
  • 添加token使用统计指令/usage
  • 添加系统信息指令/system
  • 添加command菜单显示范围
  • 添加SYSTEM_INIT_MESSAGE环境变量
  • 添加CHAT_MODEL环境变量
  • 添加Github Action自动更新部署脚本
  • 优化/init页面 显示更多错误信息
  • 修复USER_CONFIG加载异常BUG
  • 修复把错误信息存入历史记录BUG
  • 修复历史记录裁剪BUG