Skip to content

Commit

Permalink
feat: update Mixtral model reference to Mistral-Small-24B-Instruct-2501
Browse files Browse the repository at this point in the history
  • Loading branch information
mumu-lhl committed Feb 22, 2025
1 parent 7df84d7 commit e3a71a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Model =
| "gpt-4o-mini"
| "claude-3-haiku-20240307"
| "meta-llama/Llama-3.3-70B-Instruct-Turbo"
| "mistralai/Mixtral-8x7B-Instruct-v0.1"
| "mistralai/Mistral-Small-24B-Instruct-2501"
| "o3-mini";

type ModelAlias =
Expand All @@ -29,7 +29,7 @@ const _model: { [property: string]: Model } = {
"gpt-4o-mini": "gpt-4o-mini",
"claude-3-haiku": "claude-3-haiku-20240307",
"llama": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
"mixtral": "mistralai/Mixtral-8x7B-Instruct-v0.1",
"mixtral": "mistralai/Mistral-Small-24B-Instruct-2501",
"o3-mini": "o3-mini",
};

Expand Down

0 comments on commit e3a71a9

Please sign in to comment.