We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86c3d9 commit df88d33Copy full SHA for df88d33
analysis_module/views/predictions_v2.py
@@ -37,7 +37,7 @@ def entry_classification(request: Request):
37
# Create a NLPRequest object
38
nlp_request = NLPRequest.objects.create(
39
client_id=entries[0]["client_id"],
40
- type=NLPRequest.FeaturesType.ENTRY_CLASSIFICATION_V2,
+ type=NLPRequest.FeaturesType.ENTRY_CLASSIFICATION_LLM,
41
request_params=serializer.validated_data,
42
created_by=request.user,
43
)
0 commit comments