mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(responses): use a reasoning-legal temperature in the gpt-5.5 extra_body merge test
This commit is contained in:
parent
ae7e50f096
commit
81eb014e71
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue