Replies: 1 comment 1 reply
-
Example of usage: Replace "123qwe" with you data without any quotes and it should work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't understand how to run it.
I don't have any experience with Docker, so at least one example will be very useful.
docker run -it --name chatgpt-telegram-bot /
--env TELEGRAM_BOT_TOKEN=my token /
--env TELEGRAM_BOT_USERNAME=tlg bot name /
--env TELEGRAM_PERSON_ID=my id /
--env CHAT_GPT_TOKEN=my token /
upagge/chatgpt-telegram-bot:develop
I was trying different ways and nothing it works for me
Beta Was this translation helpful? Give feedback.
All reactions