From 326b717112b76bcf9606b4c28015577f62e3c08c Mon Sep 17 00:00:00 2001 From: yym68686 Date: Mon, 20 May 2024 03:31:16 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Feature:=20Add=20support=20for=20Cl?= =?UTF-8?q?aude=20API=20streaming=20tools=20use,=20thanks=20to=20@Alex=20L?= =?UTF-8?q?iu=20for=20providing=20the=20Claude=20API.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💻 Code: Upgrade ModelMerge version to 0.5.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86a69d6b..bd01973b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytz python-dotenv md2tgmd==0.1.9 -ModelMerge==0.4.11 +ModelMerge==0.5.0 fake_useragent oauth2client==3.0.0 python-telegram-bot[webhooks,rate-limiter]==21.0.1 \ No newline at end of file