diff --git a/requirements.txt b/requirements.txt index fcf83d95..485faf71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ --index-url https://pypi.python.org/simple/ tiktoken requests -md2tgmd +md2tgmd==0.1.2 # jieba python-dotenv beautifulsoup4 diff --git a/setup.sh b/setup.sh index 00e5f20d..4e7a3961 100755 --- a/setup.sh +++ b/setup.sh @@ -2,5 +2,4 @@ set -eu rm -rf /home/ChatGPT-Telegram-Bot git clone --depth 1 -b main https://github.com/yym68686/ChatGPT-Telegram-Bot.git -pip install -U md2tgmd python -u /home/ChatGPT-Telegram-Bot/bot.py \ No newline at end of file