chatgpt-tegram-bot
chatgpt-tegram-bot copied to clipboard
How do I allow for everybody
How do I allow for everybody who replies the the bot
im getting this
Traceback (most recent call last):
File "chatgpt-telegram.py", line 53, in
Have you configured the config.py file with your telegram bot token?
You would need to remove this conditional to not check on who is messaging the bot:
https://github.com/nukeador/chatgpt-tegram-bot/blob/master/chatgpt-telegram.py#L93
But I would not recommend since the bot will be using your openai account or credentials, better to setup a list of allowed users.