ENCOA-255 gpt was grouping parts by sections and the reading passages were not updated with text.content instead of the old context field

This commit is contained in:
Carlos-Mesquita
2024-12-03 11:57:42 +00:00
parent 1603fa4ee6
commit 4e05c4d913
4 changed files with 37 additions and 37 deletions

View File

@@ -54,7 +54,6 @@ async def import_level(
):
return await level_controller.upload_level(exercises, solutions)
@level_router.post(
'/custom/',
dependencies=[Depends(Authorized([IsAuthenticatedViaBearerToken]))]