Skip to content

Commit

Permalink
🔌 Plugins: Add a plugin to read arXiv papers via arXiv ID or arXiv URL
Browse files Browse the repository at this point in the history
💻 Code: Upgrade ModelMerge version to 0.6.0
  • Loading branch information
yym68686 committed May 24, 2024
1 parent 31e424d commit 52a0b66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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.9
ModelMerge==0.6.0
fake_useragent
oauth2client==3.0.0
python-telegram-bot[webhooks,rate-limiter]==21.0.1
5 changes: 5 additions & 0 deletions utils/i18n.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,9 @@
"en": "Code execution",
"zh-hk": "代碼執行",
},
"ARXIV": {
"zh": "ArXiv 论文",
"en": "ArXiv paper",
"zh-hk": "ArXiv 論文",
},
}

0 comments on commit 52a0b66

Please sign in to comment.