diff --git a/test/srt/openai_server/function_call/test_openai_function_calling.py b/test/srt/openai_server/function_call/test_openai_function_calling.py index 714514dd7..2486cc050 100644 --- a/test/srt/openai_server/function_call/test_openai_function_calling.py +++ b/test/srt/openai_server/function_call/test_openai_function_calling.py @@ -731,7 +731,6 @@ class TestOpenAIServerFunctionCalling(CustomTestCase): response_stream = client.chat.completions.create( model=self.model, messages=messages, - max_tokens=2048, temperature=0.8, stream=True, max_tokens=10, # Keep it short