Skip to content

Commit cce4a63

Browse files
authored
test(e2e): stabilize Mistral required streaming (#1483)
Signed-off-by: Chang Su <8605658+CatherineSue@users.noreply.github.com>
1 parent 401e666 commit cce4a63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e_test/chat_completions/test_function_calling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,6 +1055,7 @@ def test_tool_choice_required_streaming(self, model, api_client):
10551055
model=model,
10561056
messages=messages,
10571057
max_tokens=2048,
1058+
temperature=0.1,
10581059
tools=tools,
10591060
tool_choice="required",
10601061
stream=True,

0 commit comments

Comments
 (0)