Files
openai-chatgpt-telegram-bot/src/main/resources/application.yml
2023-03-16 00:57:42 +03:00

18 lines
483 B
YAML

app:
telegram-id: ${TELEGRAM_PERSON_ID}
version: 0.0.1
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}