Skip to content

Commit

Permalink
Modify french version of negative tags
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeSlain committed Dec 24, 2024
1 parent 884c934 commit 94d5c72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ export const negativeTags: {
[index: string]: NegativeReason
} = {
'Manque de sources': 'manque_de_sources',
Hallucinations: 'hallucinations',
'Erreurs grammaticales': 'erreurs_grammaires',
Inconsistance: 'inconsistance',
Imprécisions: 'imprecisions',
'Les éléments sont faux': 'hallucinations',
'Erreurs de grammaire': 'erreurs_grammaires',
Incohérent: 'inconsistance',
Imprécis: 'imprecisions',
'Trop long': 'trop_long',
}

Expand Down

0 comments on commit 94d5c72

Please sign in to comment.