Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
aembryonic committed Dec 5, 2024
1 parent f86c3d9 commit df88d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_module/views/predictions_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def entry_classification(request: Request):
# Create a NLPRequest object
nlp_request = NLPRequest.objects.create(
client_id=entries[0]["client_id"],
type=NLPRequest.FeaturesType.ENTRY_CLASSIFICATION_V2,
type=NLPRequest.FeaturesType.ENTRY_CLASSIFICATION_LLM,
request_params=serializer.validated_data,
created_by=request.user,
)
Expand Down

0 comments on commit df88d33

Please sign in to comment.