Update fr.ts - RAPTOR Issue prompt (#9646)
Removed a line break causing problems with execution in Raptor. ### What problem does this PR solve? When I activate Raptor without changing anything in French, I encounter a problem that I don't have with the English version. I noticed in the logs that there was an extra line break, so I suggest removing it. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
0d7e52338e
commit
a4cab371fa
1 changed files with 2 additions and 3 deletions
|
|
@ -240,9 +240,8 @@ export default {
|
|||
promptTip:
|
||||
'Décrivez la tâche attendue du LLM, ses réponses, ses exigences, etc. Utilisez `/` pour afficher les variables disponibles.',
|
||||
promptMessage: 'Le prompt est requis',
|
||||
promptText: `Veuillez résumer les paragraphes suivants. Attention aux chiffres, ne pas inventer. Paragraphes suivants : {cluster_content
|
||||
}
|
||||
Le contenu à résumer est ci-dessus.`,
|
||||
promptText: `Veuillez résumer les paragraphes suivants. Attention aux chiffres, ne pas inventer. Paragraphes suivants : {cluster_content}
|
||||
Le contenu à résumer est ci-dessus.`,
|
||||
maxToken: 'Nombre maximal de tokens',
|
||||
maxTokenTip: 'Nombre maximal de tokens générés par résumé.',
|
||||
maxTokenMessage: 'Nombre maximal de tokens requis',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue