Skip to content

Commit

Permalink
🐛 Bug: Fix the bug where the official Claude API tool use is not work…
Browse files Browse the repository at this point in the history
…ing.

🤖 Models: Replace the default claude-3-sonnet-20240229 with claude-3-5-sonnet-20240620 model.

💻 Code: Upgrade ModelMerge version to 0.7.1
  • Loading branch information
yym68686 committed Jun 20, 2024
1 parent 57dc9e1 commit c89cd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c89cd8a

Please sign in to comment.