Skip to content

Commit 12ba88f

Browse files
committed
fix: single Gemma 4 model entry with Ollama model name
1 parent 87149a8 commit 12ba88f

1 file changed

Lines changed: 5 additions & 27 deletions

File tree

gui/src/pages/AddNewModel/configs/models.ts

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,39 +2438,17 @@ export const models: { [key: string]: ModelPackage } = {
24382438
},
24392439
isOpenSource: true,
24402440
},
2441-
gemma4_e4b: {
2442-
title: "Gemma 4 E4B",
2441+
gemma4: {
2442+
title: "Gemma 4",
24432443
description:
2444-
"Gemma 4 E4B is a lightweight multimodal model from Google, supporting text, image, and tool use with 128k context.",
2444+
"Gemma 4 is a multimodal open model from Google, supporting text, image, tool use, and up to 128k context.",
24452445
params: {
2446-
title: "Gemma 4 E4B",
2447-
model: "gemma-4-e4b-it",
2446+
title: "Gemma 4",
2447+
model: "gemma4",
24482448
contextLength: 128_000,
24492449
},
24502450
isOpenSource: true,
24512451
},
2452-
gemma4_27b: {
2453-
title: "Gemma 4 26B MoE",
2454-
description:
2455-
"Gemma 4 26B is a Mixture-of-Experts multimodal model from Google with 4B active parameters, supporting text, image, and tool use with 256k context.",
2456-
params: {
2457-
title: "Gemma 4 26B MoE",
2458-
model: "gemma-4-26b-a4b-it",
2459-
contextLength: 256_000,
2460-
},
2461-
isOpenSource: true,
2462-
},
2463-
gemma4_31b: {
2464-
title: "Gemma 4 31B",
2465-
description:
2466-
"Gemma 4 31B is the most capable dense multimodal model from Google, supporting text, image, and tool use with 256k context.",
2467-
params: {
2468-
title: "Gemma 4 31B",
2469-
model: "gemma-4-31b-it",
2470-
contextLength: 256_000,
2471-
},
2472-
isOpenSource: true,
2473-
},
24742452
phi3mini: {
24752453
title: "Microsoft Phi 3 mini",
24762454
description:

0 commit comments

Comments
 (0)