-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(constants): update model constants (#17)
* feat(Model)!: Update model constants - Add new models Mistral Nemo and Codestral Mamba - Add aliases to models constant to be deserialized seemlessly from the versioned forme (e.g.: "mistral-large-2407") - The commonly named Mistral Large 2 is now `constants::Model::MistralLargeLatest` when the old one is `Model::MistralLarge` * tests(Model): Update the tests to check the new model variants.
- Loading branch information
1 parent
79a410b
commit 161b33c
Showing
2 changed files
with
13 additions
and
4 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