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:
@@ -54,7 +54,6 @@ async def import_level(
|
||||
):
|
||||
return await level_controller.upload_level(exercises, solutions)
|
||||
|
||||
|
||||
@level_router.post(
|
||||
'/custom/',
|
||||
dependencies=[Depends(Authorized([IsAuthenticatedViaBearerToken]))]
|
||||
|
||||
Reference in New Issue
Block a user