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", "type": "text",
"placeholders": {} "placeholders": {}
}, },
"langaugeLevel": "Nivel de lengua", "languageLevel": "Nivel de lengua",
"@langaugeLevel": { "@languageLevel": {
"type": "text", "type": "text",
"placeholders": {} "placeholders": {}
}, },

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

Loading…
Cancel
Save