Skip to content

Commit 2621825

Browse files
committed
fix: litellm ollama test options
1 parent 7499abd commit 2621825

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/backends/test_litellm_ollama.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ def test_litellm_ollama_instruct_options(session):
111111
ModelOption.SEED: 123,
112112
ModelOption.TEMPERATURE: 0.5,
113113
ModelOption.MAX_NEW_TOKENS: 100,
114-
115-
# Ollama thinking controls currently broken on Granite; see
116-
# https://github.com/ollama/ollama/issues/10983
117-
# TODO: Re-enable when this upstream bug gets fixed.
118-
#ModelOption.THINKING: True,
119-
#"reasoning_effort": True,
120114
"homer_simpson": "option should be kicked out",
121115
}
122116

0 commit comments

Comments
 (0)