diff --git a/athena/athena/endpoints.py b/athena/athena/endpoints.py index 6d259a2a..4aff85cd 100644 --- a/athena/athena/endpoints.py +++ b/athena/athena/endpoints.py @@ -235,7 +235,7 @@ def feedback_consumer(func: Union[ feedback_type = inspect.signature(func).parameters["feedbacks"].annotation.__args__[0] module_config_type = inspect.signature(func).parameters["module_config"].annotation if "module_config" in inspect.signature(func).parameters else None - @app.post("/feedbacks", responses=module_responses) + @app.post("/feed_feedbacks", responses=module_responses) @authenticated @with_meta async def wrapper( diff --git a/modules/text/module_text_llm/embeddings.index b/modules/text/module_text_llm/embeddings.index deleted file mode 100644 index 866f2422..00000000 Binary files a/modules/text/module_text_llm/embeddings.index and /dev/null differ diff --git a/modules/text/module_text_llm/indices.json b/modules/text/module_text_llm/indices.json deleted file mode 100644 index b7b4f99f..00000000 --- a/modules/text/module_text_llm/indices.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "0": { - "exercise_id": 3002, - "submission_id": 787782, - "feedbacks": [ - { - "id": 6620, - "title": "Assessment of the Difference between Coupling/Cohesion", - "description": "You correctly explained the difference between coupling and cohesion, well done!", - "credits": 1.0, - "structured_grading_instruction_id": 6053, - "is_graded": null, - "meta": {}, - "exercise_id": 3002, - "submission_id": 787782, - "index_start": 0, - "index_end": 722 - }, - { - "id": 6621, - "title": "Assessment of the Example", - "description": "Great example, well done!", - "credits": 1.0, - "structured_grading_instruction_id": 6058, - "is_graded": null, - "meta": {}, - "exercise_id": 3002, - "submission_id": 787782, - "index_start": 909, - "index_end": 1299 - }, - { - "id": 6622, - "title": "Assessment of the Explanation why Coupling/Cohesion are important", - "description": "You correctly explained why coupling and cohesion are important, well done!", - "credits": 1.0, - "structured_grading_instruction_id": 6056, - "is_graded": null, - "meta": {}, - "exercise_id": 3002, - "submission_id": 787782, - "index_start": null, - "index_end": null - } - ] - } -} \ No newline at end of file