mirror of
https://github.com/hexastack/hexabot
synced 2024-11-24 13:05:15 +00:00
19 lines
909 B
JSON
19 lines
909 B
JSON
{
|
|
"title": {
|
|
"chatbot_settings": "Chatbot"
|
|
},
|
|
"label": {
|
|
"global_fallback": "Enable Global Fallback?",
|
|
"fallback_message": "Fallback Message",
|
|
"fallback_block": "Fallback Block",
|
|
"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.",
|
|
"fallback_message": "If no fallback block is selected, then one of these messages will be sent.",
|
|
"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."
|
|
}
|
|
}
|