mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
format fix
This commit is contained in:
parent
1b39ee3dd8
commit
0c3d52bfe4
3 changed files with 17 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue