Skip to content

Commit

Permalink
fix: labels
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Oct 23, 2024
1 parent 098604e commit 8c65e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/github_llms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const metaLlama3211bVisionInstruct = modelRef({
name: "github/meta-llama-3.2-11b-vision-instruct",
info: {
versions: ["Llama-3.2-11B-Vision-Instruct"],
label: "Meta - Llama-3.2-11b-vision-instructt",
label: "Meta - Llama-3.2-11b-vision-instruct",
supports: {
multiturn: true,
tools: true,
Expand All @@ -209,7 +209,7 @@ export const metaLlama3290bVisionInstruct = modelRef({
name: "github/meta-llama-3.2-90b-vision-instruct",
info: {
versions: ["Llama-3.2-90B-Vision-Instruct"],
label: "Meta - Llama-3.2-90b-vision-instructt",
label: "Meta - Llama-3.2-90b-vision-instruct",
supports: {
multiturn: true,
tools: true,
Expand Down

0 comments on commit 8c65e30

Please sign in to comment.