diff --git a/chatgpt-telegram-bot/en/develop/demo.mp4 b/chatgpt-telegram-bot/en/develop/demo.mp4 index 216dae2..0fda763 100644 Binary files a/chatgpt-telegram-bot/en/develop/demo.mp4 and b/chatgpt-telegram-bot/en/develop/demo.mp4 differ diff --git a/chatgpt-telegram-bot/en/develop/index.html b/chatgpt-telegram-bot/en/develop/index.html index e6a1328..baecb30 100644 --- a/chatgpt-telegram-bot/en/develop/index.html +++ b/chatgpt-telegram-bot/en/develop/index.html @@ -361,6 +361,19 @@ @@ -431,6 +457,19 @@ + + +
  • + + + + + Environment variables + + + + +
  • @@ -531,15 +570,63 @@

    (с) Generated by ChatGPT

    But seriously, the project uses your ChatGPT token to access the ChatGPT API and let you chat with ChatGPT directly in Telegram.

    -

    Features⚓︎

    +
    +

    Disclaimer

    +

    This is a personal project and is not affiliated with OpenAI in any way.

    +
    +

    Demo⚓︎

    See for yourself how easy and convenient it is to use ChatGPT in Telegram. It is better to see once than to hear 100 times.

    -
  • You also need ChatGPT access token.
  • You must know your telegramId. You can find it out here..
  • +

    Environment variables⚓︎

    +

    Docker Run⚓︎

    Support

    -

    The following platforms are supported: linux/amd64,linux/arm64/v8

    +

    The following platforms are supported: linux/amd64, linux/arm64/v8

    docker run -it --name chatgpt-telegram-bot \
         --env TELEGRAM_BOT_TOKEN= \
         --env TELEGRAM_BOT_USERNAME= \
         --env TELEGRAM_PERSON_ID= \
    -    --env CHAT_GPT_TOKEN= \
    -    upagge/chatgpt-telegram-bot:develop
    +    --env ADMIN_TELEGRAM_PERSON_ID= \
    +    --env CHAT_GPT_TOKEN= \
    +    upagge/chatgpt-telegram-bot:develop
     
    -
    -

    TELEGRAM_BOT_USERNAME - Specify a name with the ending bot here, not a public name.

    -

    Telegram Proxy⚓︎

    If you have Telegram blocked, you can specify proxy settings to connect.

    +
    +

    Note

    +

    Requests to OpenAI will not be made through a proxy

    +
    docker run -it --name chatgpt-telegram-bot \
         --env TELEGRAM_BOT_TOKEN= \
         --env TELEGRAM_BOT_USERNAME= \
         --env TELEGRAM_PERSON_ID= \
    -    --env CHAT_GPT_TOKEN= \
    -    --env TELEGRAM_PROXY_ENABLE=true \
    -    --env TELEGRAM_PROXY_HOST= \
    -    --env TELEGRAM_PROXY_PORT= \
    -    --env TELEGRAM_PROXY_TYPE=SOCKS5 \
    -    --env TELEGRAM_PROXY_USERNAME= \
    -    --env TELEGRAM_PROXY_PASSWORD= \
    -    upagge/chatgpt-telegram-bot:latest
    +    --env ADMIN_TELEGRAM_PERSON_ID= \
    +    --env CHAT_GPT_TOKEN= \
    +    --env TELEGRAM_PROXY_ENABLE=true \
    +    --env TELEGRAM_PROXY_HOST= \
    +    --env TELEGRAM_PROXY_PORT= \
    +    --env TELEGRAM_PROXY_TYPE=SOCKS5 \
    +    --env TELEGRAM_PROXY_USERNAME= \
    +    --env TELEGRAM_PROXY_PASSWORD= \
    +    upagge/chatgpt-telegram-bot:latest
     
    TELEGRAM_BOT_TOKEN=
     TELEGRAM_BOT_USERNAME=
     TELEGRAM_PERSON_ID=
    -CHAT_GPT_TOKEN=
    +ADMIN_TELEGRAM_PERSON_ID=
    +CHAT_GPT_TOKEN=
     
    @@ -642,6 +742,10 @@ What model is used?

    For now the gpt-3.5-turbo model is used. In future versions you will be able to choose the model.

    +
    +What happens if my reply is longer than the allowed number of characters in one Telegram message? +

    That's okay, the answer will be broken up into several posts.

    +

    Other Questions⚓︎

    If you don't understand something, you can ask a question here 👇 or in a discussion on GitHub.

    diff --git a/chatgpt-telegram-bot/en/develop/inline-setting.mp4 b/chatgpt-telegram-bot/en/develop/inline-setting.mp4 new file mode 100644 index 0000000..3777c82 Binary files /dev/null and b/chatgpt-telegram-bot/en/develop/inline-setting.mp4 differ diff --git a/chatgpt-telegram-bot/en/develop/inline.mp4 b/chatgpt-telegram-bot/en/develop/inline.mp4 new file mode 100644 index 0000000..1efc209 Binary files /dev/null and b/chatgpt-telegram-bot/en/develop/inline.mp4 differ diff --git a/chatgpt-telegram-bot/en/develop/sitemap.xml b/chatgpt-telegram-bot/en/develop/sitemap.xml index 95b92d3..b3a3844 100644 --- a/chatgpt-telegram-bot/en/develop/sitemap.xml +++ b/chatgpt-telegram-bot/en/develop/sitemap.xml @@ -2,7 +2,7 @@ https://docs.struchkov.dev/chatgpt-telegram-bot/en/develop/ - 2023-03-27 + 2023-03-28 daily \ No newline at end of file diff --git a/chatgpt-telegram-bot/en/develop/sitemap.xml.gz b/chatgpt-telegram-bot/en/develop/sitemap.xml.gz index a89a6ad..a116be3 100644 Binary files a/chatgpt-telegram-bot/en/develop/sitemap.xml.gz and b/chatgpt-telegram-bot/en/develop/sitemap.xml.gz differ