Fix test_openai_server (#8419)
This commit is contained in:
@@ -731,7 +731,6 @@ class TestOpenAIServerFunctionCalling(CustomTestCase):
|
|||||||
response_stream = client.chat.completions.create(
|
response_stream = client.chat.completions.create(
|
||||||
model=self.model,
|
model=self.model,
|
||||||
messages=messages,
|
messages=messages,
|
||||||
max_tokens=2048,
|
|
||||||
temperature=0.8,
|
temperature=0.8,
|
||||||
stream=True,
|
stream=True,
|
||||||
max_tokens=10, # Keep it short
|
max_tokens=10, # Keep it short
|
||||||
|
|||||||
Reference in New Issue
Block a user