Skip to content

Commit 9b27cc5

Browse files
fix(ollama): set gemma4:31b output limit to match context
Ollama does not impose official output limits. The existing convention for Gemma models on Ollama (gemma3:4b, gemma3:12b, gemma3:27b) is to set output equal to context. gemma4:31b was the only exception with output=8192 vs context=262144. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent e0e153e commit 9b27cc5

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)