All - Activity - Rrrriaa - Rasa Community Forum
Rasa 3.7 CALM support korean
Hi
Hi @Balowen! I want my chatbot to be built in Korean!
I found that changing utter_free_chitchat_response can help build a chatbot in Korean. The default utter_free_chitchat_response was set in English so that the chatbot spoke English only.
utter_free_chitchat_response:
- text: "안녕하세요! 무엇을 도와드릴까요…"
How can I support Korean in Rasa chatbot? (3.7.0)
I want the Rasa chatbot to reply in Korean, but I couldn't.
I'm using LLMCommandGenerator which is using OpenAI, FlowPolicy.
Setting language: "ko" doesn't work. (in config.yml)
HELP ME!