Releases: TBXark/ChatGPT-Telegram-Workers
Releases · TBXark/ChatGPT-Telegram-Workers
1.10.5
- Add full support for
Telegram MarkdownV2
1.10.4
- 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
- fix: Duplicate saving of user input in historical messages bug
- feat: Support for image input in document format
1.10.0
feat: switching Models with InlineKeyboards
1.9.4
- fix: bool type conversion error bug in configuration #290
1.9.3
- feat: add a plug-in system
- fix get/set USER_CONFIG bug
- fix send workers image bug
1.8.0
- 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
- 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
- Add workers AI support, please refer to the configuration document for specific settings.
- Optimize the parser for openai stream mode.