Files
chatgpt_telegram_bot/config.example.yml
T
2023-01-16 14:20:47 -06:00

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)