Skip to content

Commit 833e8f7

Browse files
authored
Merge pull request #1548 from fernandoenzo/fix/gemma4-ollama-output-limit
fix(ollama): set gemma4:31b output limit to match context
2 parents 32bd142 + 9b27cc5 commit 833e8f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

providers/ollama-cloud/models/gemma4:31b.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open_weights = true
1010

1111
[limit]
1212
context = 262144
13-
output = 8192
13+
output = 262144
1414

1515
[modalities]
1616
input = ["text","image"]

0 commit comments

Comments
 (0)