Unverified Commit 47fd08aa authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[CI/Build] fix test function_calling (#25072)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent 12aed7e4
...@@ -515,6 +515,7 @@ async def test_function_calling(client: OpenAI, model_name: str): ...@@ -515,6 +515,7 @@ async def test_function_calling(client: OpenAI, model_name: str):
model=model_name, model=model_name,
input="What's the weather like in Paris today?", input="What's the weather like in Paris today?",
tools=tools, tools=tools,
temperature=0.0,
) )
assert response is not None assert response is not None
assert response.status == "completed" assert response.status == "completed"
......
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