diff --git a/backend/tasks/views.py b/backend/tasks/views.py index c471ba4a..287a09a6 100644 --- a/backend/tasks/views.py +++ b/backend/tasks/views.py @@ -2326,7 +2326,7 @@ def get_llm_output(prompt, task, annotation, project_metadata_json): # GET MODEL OUTPUT history = ann_result - model = task.data["meta_info_model"] + model = task.data["model"] return get_model_output( "We will be rendering your response on a frontend. so please add spaces or indentation or nextline chars or " "bullet or numberings etc. suitably for code or the text. wherever required.",