Fix test_openai_server (#8419)

This commit is contained in:
Chang Su
2025-07-27 13:36:01 -07:00
committed by GitHub
parent b47eda3316
commit 58dd95fbc8

View File

@@ -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