Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Releases: ciuzaak/Claude-Telegram-Bot

v0.3.2

08 May 13:42
Compare
Choose a tag to compare

What's Changed

The token limit for Claude's dialogue history has been removed.

Note: when the total number of tokens in the dialogue history exceeds 9216, Claude's responses may become irrelevant to the previous context.

Changelog: v0.3.1...v0.3.2

v0.3.1

30 Apr 17:30
Compare
Choose a tag to compare
  • Improved bot response when mentioned in groups along with other bots.

Changelog: v0.3.0...v0.3.1

v0.3.0

29 Apr 22:09
Compare
Choose a tag to compare

Changelog

  • Discarded invitation mode.
  • Maintain connection with both Claude and Bard, allowing users to continue previous conversations after switching mode back.
  • Users can leave the API field for Claude blank, in which case the bot defaults to Bard mode, and vice versa.

v0.2.4

29 Apr 12:54
Compare
Choose a tag to compare

Changelog: v0.2.3...v0.2.4

v0.2.3

23 Apr 17:14
Compare
Choose a tag to compare

What's Changed

  • Asynchronously request bard's response to avoid blocking
  • Set default streaming cutoff to 50

v0.2.2

22 Apr 10:12
Compare
Choose a tag to compare

What's Changed

  • Enable concurrent_updates for multiple users
  • Add error_handler for better logging output

v0.2.1

22 Apr 08:54
Compare
Choose a tag to compare

Features