Fix: wrong parameters. (#8900)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
71efd8d765
commit
9767c26535
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
nursery.start_soon(_is_strong_enough)
|
||||
Loading…
Add table
Reference in a new issue