-
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.
✨ Feature: Add feature: Add support for DuckDuckGo (gpt-4o-mini, clau…
…de-3-haiku, Meta-Llama-3.1-70B, Mixtral-8x7B) free API. 💻 Code: Upgrade ModelMerge version to 0.10.8
- Loading branch information
Showing
6 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
Submodule ModelMerge
updated
5 files
+2 −1 | README.md | |
+2 −0 | requirements.txt | |
+1 −1 | setup.py | |
+1 −0 | src/ModelMerge/models/__init__.py | |
+241 −0 | src/ModelMerge/models/duckduckgo.py |
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
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
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