mirror of
https://github.com/father-bot/chatgpt_telegram_bot.git
synced 2026-06-13 12:04:57 +03:00
5 lines
254 B
YAML
5 lines
254 B
YAML
telegram_token: ""
|
|
openai_api_key: ""
|
|
allowed_telegram_usernames: [] # if empty, the bot is available to anyone
|
|
persistence_path: "./persistence.pkl" # path where to store user data
|
|
reset_timeout: 600 # chat context is reset after timeout (in seconds) |