File size: 1,275 Bytes
2cac20b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
    "questions": [
        {
            "question": "hi",
            "response": "Hi how are you?"
        },
        {
            "question": "what is the capital of england?",
            "response": "London"
        },
        {
            "question": "what is the capital of france?",
            "response": "Paris"
        },
        {
            "question": "what is 9+10?",
            "response": "19"
        },
        {
            "question": "what is the capital of the united states?",
            "response": "Washington D.C."
        },
        {
            "question": "what is 9x9?",
            "response": "81"
        },
        {
            "question": "what language do most data scientists know?",
            "response": "SQL"
        },
        {
            "question": "hello",
            "response": "hi"
        },
        {
            "question": "how are you?",
            "response": "i'm fine!how are you doing?"
        },
        {
            "question": "how are you ",
            "response": "I'm fine. how are you doing?"
        },
        {
            "question": "how are you",
            "response": "I'm fine,how are you doing?"
        }
    ],
    "hi": [
        "Hello there! How can I help you today?"
    ]
}