Explorar el Código

Fix: wrong parameters. (#8900)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.20.0
Kevin Hu hace 3 meses
padre
commit
9767c26535
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      api/utils/api_utils.py

+ 1
- 1
api/utils/api_utils.py Ver fichero

@@ -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)

Cargando…
Cancelar
Guardar