Skip to content

Commit

Permalink
🐛 Bug: Fixed the ModuleNotFoundError: No module named 'ModelMerge.mod…
Browse files Browse the repository at this point in the history
…els.config'

💻 Code: Upgrade ModelMerge version to 0.5.8
  • Loading branch information
yym68686 committed May 22, 2024
1 parent 24f52d8 commit 236f764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import utils.decorators as decorators
from md2tgmd import escape

from ModelMerge.models.config import PLUGINS
from ModelMerge.plugins import PLUGINS
from ModelMerge.utils.prompt import translator_en2zh_prompt, translator_prompt, claude3_doc_assistant_prompt
from ModelMerge.utils.scripts import Document_extract, claude_replace

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
pytz
python-dotenv
md2tgmd==0.1.9
ModelMerge==0.5.6
ModelMerge==0.5.8
fake_useragent
oauth2client==3.0.0
python-telegram-bot[webhooks,rate-limiter]==21.0.1

0 comments on commit 236f764

Please sign in to comment.