Merge pull request #55 from pangeachat/bot-options

change model key for language level -> difficulty
pull/1011/head
ggurdin 2 years ago committed by GitHub
commit a22c68d3e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2872,8 +2872,8 @@
"type": "text",
"placeholders": {}
},
"langaugeLevel": "Nivel de lengua",
"@langaugeLevel": {
"languageLevel": "Nivel de lengua",
"@languageLevel": {
"type": "text",
"placeholders": {}
},
@ -4544,4 +4544,4 @@
"enableModeration": "Activar la moderación",
"enableModerationDesc": "Activar la moderación automática para revisar los mensajes antes de enviarlos",
"conversationLanguageLevel": "¿Cuál es el nivel lingüístico de esta conversación?"
}
}

@ -89,7 +89,7 @@ class ModelKey {
static const String feedbackLang = "feedback_lang";
// bot options
static const String languageLevel = "langauge_level";
static const String languageLevel = "difficulty";
static const String conversationTopic = "conversation_topic";
static const String keywords = "keywords";
static const String safetyModeration = "safety_moderation";

Loading…
Cancel
Save