Skip to content

Commit

Permalink
Add feature: Add dependencies, split md2tgmd into a separate project …
Browse files Browse the repository at this point in the history
…and upload it to pypi
  • Loading branch information
yym68686 committed Jan 31, 2024
1 parent a8b6048 commit a12b5f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 154 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import logging
import traceback
import utils.decorators as decorators
from utils.md2tgmd import escape
from md2tgmd import escape
from utils.chatgpt2api import Chatbot as GPT
from utils.chatgpt2api import claudebot
from utils.prompt import translator_en2zh_prompt, translator_prompt
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--index-url https://pypi.python.org/simple/
tiktoken
requests
md2tgmd
# jieba
python-dotenv
beautifulsoup4
Expand Down
153 changes: 0 additions & 153 deletions utils/md2tgmd.py

This file was deleted.

0 comments on commit a12b5f6

Please sign in to comment.