ChatBot icon indicating copy to clipboard operation
ChatBot copied to clipboard

change for custom domain

Open anupamme opened this issue 9 years ago • 1 comments

Is there any doc on how to modify the code to make it work for a custom domain?

And yes, how to make it work in english also?

anupamme avatar Feb 25 '16 07:02 anupamme

it.moondroid.chatbot.alice.Alice:

at line 66:

public static void mainFunction (String[] args) {
        String botName = "alice-it";
        MagicBooleans.jp_tokenize = false;
        MagicBooleans.trace_mode = true;
        String action="chat";

Change "alice-it" to "alice".

Skealy4u avatar Feb 18 '18 04:02 Skealy4u