Skip to content

Releases: TBXark/ChatGPT-Telegram-Workers

1.10.4

01 Dec 08:34
e4cc503
Compare
Choose a tag to compare
  • fix: Missing items on the page when selecting the model
  • fix: dell-e 3 default image size
  • feat: Plugin supports direct output of binary images

1.10.3

15 Nov 06:26
bad44d8
Compare
Choose a tag to compare
  • fix: Duplicate saving of user input in historical messages bug
  • feat: Support for image input in document format

1.10.0

13 Nov 06:04
c83e559
Compare
Choose a tag to compare

feat: switching Models with InlineKeyboards

1.9.4

19 Sep 03:13
65ba46b
Compare
Choose a tag to compare
  • fix: bool type conversion error bug in configuration #290

1.9.3

29 Aug 06:16
Compare
Choose a tag to compare
  • feat: 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