You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the .env file may contain any of the supported environment variables. The syntax is simple:
# Env file example. Just name it `.env` and put it to the project root dir.
TELEGRAM_BOT_TOKEN="<your token here>"
MAX_HISTORY_TOKENS=6000
MAX_CONVERSATION_AGE_MINUTES=60
USERS_WHITELIST="1234,5678,@foo,@bar"
GROUP_ADMINS="<your tg name>"
PROXY=socks5://127.0.0.1:7173 # this is what you was asking about :)
In what format should I add an url proxy?
And where i can find
.env
example file?The text was updated successfully, but these errors were encountered: