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.5.3

20 Jul 12:24
Compare
Choose a tag to compare

What's Changed

  • fix: Exception SNlM0e value not found in response
- BARD_API="__Secure-1PSID"
+ BARD_API="__Secure-1PSID, __Secure-1PSIDTS"

Changelog: v0.5.2..v0.5.3

v0.5.2

11 Jul 14:31
Compare
Choose a tag to compare

What's Changed

  • feat: support Claude-2
- valid_models = {"claude-1", "claude-1-100k", "claude-instant-1", "claude-instant-1-100k", "claude-1.3", "claude-1.3-100k", "claude-1.2", "claude-1.0", "claude-instant-1.1", "claude-instant-1.1-100k", "claude-instant-1.0"}
+ valid_models = {"claude-2", "claude-instant-1"}

Changelog: v0.5.1..v0.5.2

v0.5.1

10 Jun 07:37
Compare
Choose a tag to compare

What's Changed

  • feat: maintain order of images and display captions (Bard)

Changelog: v0.5.0...v0.5.1

v0.5.0

02 Jun 04:14
Compare
Choose a tag to compare

What's Changed

  • feat: async response for Claude and Bard; concurrent update

Changelog: v0.4.5...v0.5.0

v0.4.5

26 May 16:26
Compare
Choose a tag to compare

What's Changed

  • feat: Images are now displayed following the bard's text responses, if any are available. Note: the order of images may not correspond with the text.

Changelog: v0.4.4...v0.4.5

v0.4.4

17 May 18:01
Compare
Choose a tag to compare

What's Changed

  • feat: /retry to regenerate the answer. /retry TEXT to modify your last input and resend.

Changelog: v0.4.3...v0.4.4

v0.4.3

17 May 05:04
Compare
Choose a tag to compare

What's Changed

  • refactor: Replace ~seg with /seg for more convenient message segmentation
  • refactor: Change claude's default temperature to 0.7

Changelog: v0.4.2...v0.4.3

v0.4.2

15 May 13:01
Compare
Choose a tag to compare

What's Changed

  • feat: get config from environment variables

Changelog: v0.4.1...v0.4.2

v0.4.1

13 May 10:16
Compare
Choose a tag to compare

What's Changed

  • Feat: use ~seg to send messages in segments, should be useful when importing a large amount of text from documents or web pages.

Changelog: v0.4.0...v0.4.1

v0.4.0

12 May 05:44
Compare
Choose a tag to compare

What's Changed

  • Feat: support Claude's 100k model.
  • Rollback: discard the function of handling concurrent requests.

Changelog: v0.3.2...v0.4.0