Skip to content

Commit a39e8c5

Browse files
authored
[TRTLLM-9295][fix] use greedy decoding in test_openai_compatible_json_schema (#9305)
Signed-off-by: ixlmar <[email protected]>
1 parent 5d118e0 commit a39e8c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittest/llmapi/apps/_test_openai_chat_guided_decoding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def test_openai_compatible_json_schema(client: openai.OpenAI, model_name: str):
136136
"type": "json_schema",
137137
"json_schema": json_schema
138138
},
139+
temperature=0.0,
139140
)
140141

141142
message = chat_completion.choices[0].message

0 commit comments

Comments
 (0)