format fix

This commit is contained in:
co tran 2025-04-01 20:25:15 +00:00
parent 1b39ee3dd8
commit 0c3d52bfe4
3 changed files with 17 additions and 17 deletions

View file

@ -110,6 +110,6 @@ async def test_function_calling(get_data_func):
final_response = await model_handler.chat_completion(req)
latency = time.perf_counter() - start_time
assert intent == (len(final_response.choices[0].message.tool_calls)>=1)
assert intent == (len(final_response.choices[0].message.tool_calls) >= 1)
assert hallucination == model_handler.hallucination_state.hallucination