-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Bug: Fix the bug where the official Claude API tool use is not work…
…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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |