m1guelpf / chatgpt-telegram

Run your own GPTChat Telegram bot, with a single command!
MIT License
3.9k stars 560 forks source link

Update session token via command and manual_auth config variable #66

Open dhilman opened 1 year ago

dhilman commented 1 year ago

Bot command to be able to set Session Token.

MANUAL_AUTH variable to disable browser authentication. Default is false, i.e. browser auth enabled.

Fix EnvConfig default variable to set edit_wait_seconds to 1 if <= 0. 😬

Closes #59