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