ciuzaak / Claude-Telegram-Bot

Anthropic Claude & Google Bard Bot for Telegram.
MIT License
204 stars 85 forks source link

Help #15

Closed Sksk2999 closed 1 year ago

Sksk2999 commented 1 year ago

how allow access to all users?

ciuzaak commented 1 year ago

https://github.com/ciuzaak/Claude-Telegram-Bot/blob/f9a2495b375c7052a291062a34562f2aae64335d/bot.py#L380

Change to:

user_filter = filters.CHAT

But I wouldn't recommend doing that, because both Claude and Bard have rate limits, and their usage by multiple people could potentially cause conflicts. 😓