test(responses): use a reasoning-legal temperature in the gpt-5.5 extra_body merge test

This commit is contained in:
mateo-berri 2026-08-29 01:36:45 -07:00
parent ae7e50f096
commit 81eb014e71

View file

@ -1816,7 +1816,7 @@ async def test_extra_body_merges_with_request_data(extra_body_mock_response_data
await litellm.aresponses(
model="gpt-5.5",
input="Test",
temperature=0.7,
temperature=1,
max_output_tokens=20,
extra_body={
"custom_field": "custom_value",