From a8f8aaf2aa57a5672951f3e5f4d2ccafca2dc665 Mon Sep 17 00:00:00 2001 From: yym68686 Date: Tue, 14 May 2024 18:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug:=201.=20Fix=20the=20bug=20ca?= =?UTF-8?q?using=20Ratelimit=20error=20202=20on=20DuckDuckGo=202.=20Adjust?= =?UTF-8?q?=20the=20search=20prompt,=20reduce=20token=20consumption.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💻 Code: Upgrade ModelMerge version to 0.3.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 33738ec4..ebc6da49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ pytz python-dotenv md2tgmd==0.1.9 fake_useragent -ModelMerge==0.3.7 +ModelMerge==0.3.8 oauth2client==3.0.0 python-telegram-bot[webhooks,rate-limiter]==21.0.1 \ No newline at end of file