Skip to content

Commit

Permalink
💻 Code: Upgrade ModelMerge version to 0.3.1
Browse files Browse the repository at this point in the history
🐛 Bug: Fixed bug of api url split error
  • Loading branch information
yym68686 committed May 10, 2024
1 parent 767bb10 commit ae406fa
Show file tree
Hide file tree
Showing 3 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 @@ -3,7 +3,7 @@
sys.dont_write_bytecode = True
import logging
import traceback
import utils.decorators as decorators
import decorators
from md2tgmd import escape

from ModelMerge.models import chatgpt, claude, groq, claude3, gemini
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pytz
python-dotenv
md2tgmd==0.1.9
fake_useragent
ModelMerge==0.3.0
ModelMerge==0.3.1
oauth2client==3.0.0
python-telegram-bot[webhooks,rate-limiter]==21.0.1

0 comments on commit ae406fa

Please sign in to comment.