Skip to content

Commit

Permalink
Merge pull request #80 from AI4Bharat/cumulative_tasks_count/endpoint
Browse files Browse the repository at this point in the history
added  anudesh relevant project types
  • Loading branch information
ishvindersethi22 authored Jun 13, 2024
2 parents faa426b + cf3f1bf commit 0cb793a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions backend/organizations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2209,12 +2209,9 @@ def cumulative_tasks_count(self, request, pk=None):
if metainfo == "true" or metainfo == "True":
metainfo = True
project_types = [
"ContextualTranslationEditing",
"ContextualSentenceVerification",
"SemanticTextualSimilarity_Scale5",
"AudioTranscriptionEditing",
"AudioTranscription",
"AudioSegmentation",
"InstructionDrivenChat",
"ModelInteractionEvaluation",
"ModelOutputEvaluation",
]
if "project_type" in dict(request.query_params):
project_type = request.query_params["project_type"]
Expand Down

0 comments on commit 0cb793a

Please sign in to comment.