This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
Releases: ciuzaak/Claude-Telegram-Bot
Releases · ciuzaak/Claude-Telegram-Bot
v0.5.3
v0.5.2
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
What's Changed
- feat: maintain order of images and display captions (Bard)
Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- feat: async response for Claude and Bard; concurrent update
Changelog: v0.4.5...v0.5.0
v0.4.5
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
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
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
v0.4.1
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
What's Changed
- Feat: support Claude's 100k model.
- Rollback: discard the function of handling concurrent requests.
Changelog: v0.3.2...v0.4.0