Unverified Commit 58dd95fb authored by Chang Su's avatar Chang Su Committed by GitHub
Browse files

Fix test_openai_server (#8419)

parent b47eda33
...@@ -731,7 +731,6 @@ class TestOpenAIServerFunctionCalling(CustomTestCase): ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment