hexabot/frontend/public/locales/en/chatbot_settings.json

19 lines
909 B
JSON
Raw Normal View History

{
"title": {
"chatbot_settings": "Chatbot"
},
"label": {
"global_fallback": "Enable Global Fallback?",
2024-10-21 14:09:59 +00:00
"fallback_message": "Fallback Message",
2024-10-26 20:56:19 +00:00
"fallback_block": "Fallback Block",
2024-10-21 09:23:25 +00:00
"default_nlu_helper": "Default NLU Helper",
"default_llm_helper": "Default LLM Helper"
},
"help": {
"global_fallback": "Global fallback allows you to send custom messages when user entry does not match any of the block messages.",
2024-10-21 14:09:59 +00:00
"fallback_message": "If no fallback block is selected, then one of these messages will be sent.",
2024-10-21 09:23:25 +00:00
"default_nlu_helper": "The NLU helper is responsible for processing and understanding user inputs, including tasks like intent prediction, language detection, and entity recognition.",
"default_llm_helper": "The LLM helper leverages advanced generative AI to perform tasks such as text generation, chat completion, and complex query responses."
}
2024-10-26 20:56:19 +00:00
}