From c89cd8a2b58455a8cf29964bba5030207a11d430 Mon Sep 17 00:00:00 2001 From: yym68686 Date: Thu, 20 Jun 2024 23:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug:=20Fix=20the=20bug=20where?= =?UTF-8?q?=20the=20official=20Claude=20API=20tool=20use=20is=20not=20work?= =?UTF-8?q?ing.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Models: Replace the default claude-3-sonnet-20240229 with claude-3-5-sonnet-20240620 model. 💻 Code: Upgrade ModelMerge version to 0.7.1 --- config.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 3dc5bf46..58cd4a63 100644 --- a/config.py +++ b/config.py @@ -295,7 +295,7 @@ def create_buttons(strings, plugins_status=False, lang="English", button_text=No "gpt-4-turbo-2024-04-09", "gpt-3.5-turbo", "claude-3-opus-20240229", - "claude-3-sonnet-20240229", + "claude-3-5-sonnet-20240620", "claude-3-haiku-20240307", ] diff --git a/requirements.txt b/requirements.txt index 2f766485..5e5fd383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ --index-url https://pypi.python.org/simple/ python-dotenv md2tgmd==0.2.3 -ModelMerge==0.7.0 +ModelMerge==0.7.1 python-telegram-bot[webhooks,rate-limiter]==21.0.1 \ No newline at end of file