We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7499abd commit 2621825Copy full SHA for 2621825
test/backends/test_litellm_ollama.py
@@ -111,12 +111,6 @@ def test_litellm_ollama_instruct_options(session):
111
ModelOption.SEED: 123,
112
ModelOption.TEMPERATURE: 0.5,
113
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,
120
"homer_simpson": "option should be kicked out",
121
}
122
0 commit comments