Skip to content

Commit df88d33

Browse files
committed
debug
1 parent f86c3d9 commit df88d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis_module/views/predictions_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def entry_classification(request: Request):
3737
# Create a NLPRequest object
3838
nlp_request = NLPRequest.objects.create(
3939
client_id=entries[0]["client_id"],
40-
type=NLPRequest.FeaturesType.ENTRY_CLASSIFICATION_V2,
40+
type=NLPRequest.FeaturesType.ENTRY_CLASSIFICATION_LLM,
4141
request_params=serializer.validated_data,
4242
created_by=request.user,
4343
)

0 commit comments

Comments
 (0)