diff --git a/api/utils/api_utils.py b/api/utils/api_utils.py index cf60ea7db..e3a735488 100644 --- a/api/utils/api_utils.py +++ b/api/utils/api_utils.py @@ -684,4 +684,4 @@ async def is_strong_enough(chat_model, embedding_model): # Pressure test for GraphRAG task async with trio.open_nursery() as nursery: for _ in range(12): - nursery.start_soon(_is_strong_enough, chat_model, embedding_model) \ No newline at end of file + nursery.start_soon(_is_strong_enough) \ No newline at end of file