Skip to content

Commit

Permalink
fix: hermes-2-pro-mistral model incorrectly categorized as llama family
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Nov 9, 2024
1 parent 3e9a1fd commit 294fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ const DEFAULT_MODEL_BASES: ModelRecord[] = [
name: "Hermes-2-Pro-Mistral-7B-q4f16_1-MLC",
display_name: "Hermes",
provider: "NousResearch",
family: ModelFamily.LLAMA,
family: ModelFamily.MISTRAL,
recommended_config: {
temperature: 0.7,
presence_penalty: 0,
Expand Down

0 comments on commit 294fd73

Please sign in to comment.