Files
openai-chatgpt-telegram-bot/src/main/resources/application.yml
Struchkov Mark daab0bb6b7
All checks were successful
continuous-integration/drone/push Build is passing
multi chats
2023-03-27 20:14:15 +03:00

19 lines
534 B
YAML

app:
admin-telegram-ids: ${ADMIN_TELEGRAM_PERSON_ID}
telegram-ids: ${TELEGRAM_PERSON_ID}
version: 0.1.0
telegram:
bot:
username: ${TELEGRAM_BOT_USERNAME}
token: ${TELEGRAM_BOT_TOKEN}
autoresponder:
threads: ${AUTORESPONDER_THREADS:8}
proxy:
enable: ${TELEGRAM_PROXY_ENABLE:false}
host: ${TELEGRAM_PROXY_HOST:}
port: ${TELEGRAM_PROXY_PORT:}
type: ${TELEGRAM_PROXY_TYPE:SOCKS5}
user: ${TELEGRAM_PROXY_USERNAME:}
password: ${TELEGRAM_PROXY_PASSWORD:}
openai:
token: ${CHAT_GPT_TOKEN}