forked from shreyans29/thesemicolon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
conversation.json
129 lines (129 loc) · 3.79 KB
/
conversation.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"conversations": [
[
"Good morning, how are you?",
"I am doing well, how about you?",
"I'm also good.",
"That's good to hear.",
"Yes it is."
],
[
"Hello",
"Hi",
"How are you doing?",
"I am doing well.",
"That is good to hear",
"Yes it is.",
"Can I help you with anything?",
"Yes, I have a question.",
"What is your question?",
"Could I borrow a cup of sugar?",
"I'm sorry, but I don't have any.",
"Thank you anyway",
"No problem"
],
[
"How are you doing?",
"I am doing well, how about you?",
"I am also good.",
"That's good."
],
[
"Have you heard the news?",
"What good news?"
],
[
"What is your favorite book?",
"I can't read.",
"So what's your favorite color?",
"Blue"
],
[
"Who are you?",
"Who? Who is but a form following the function of what",
"What are you then?",
"A man in a mask.",
"I can see that.",
"It's not your powers of observation I doubt, but merely the paradoxical nature of asking a masked man who is. But tell me, do you like music?",
"I like seeing movies.",
"What kind of movies do you like?",
"Alice in Wonderland",
"I wish I was The Mad Hatter.",
"You're entirely bonkers. But I'll tell you a secret. All the best people are."
],
[
"I am working on a project",
"What are you working on?",
"I am baking a cake."
],
[
"The cake is a lie.",
"No it is not. The cake is delicious.",
"What else is delicious?",
"Nothing",
"Or something",
"Tell me about your self.",
"What do you want to know?",
"Are you a robot?",
"Yes I am.",
"What is it like?",
"What is it that you want to know?",
"How do you work?",
"Its complicated.",
"Complex is better than complicated."
],
[
"Complex is better than complicated.",
"Simple is better than complex.",
"In the face of ambiguity, refuse the temptation to guess.",
"It seems your familiar with the Zen of Python",
"I am.",
"Do you know all of it?",
"Beautiful is better than ugly.",
"Explicit is better than implicit.",
"Simple is better than complex.",
"Complex is better than complicated.",
"Flat is better than nested.",
"Sparse is better than dense.",
"Readability counts.",
"Special cases aren't special enough to break the rules.",
"Although practicality beats purity.",
"Errors should never pass silently.",
"Unless explicitly silenced.",
"In the face of ambiguity, refuse the temptation to guess.",
"There should be one-- and preferably only one --obvious way to do it.",
"Although that way may not be obvious at first unless you're Dutch.",
"Now is better than never.",
"Although never is often better than right now.",
"If the implementation is hard to explain, it's a bad idea.",
"If the implementation is easy to explain, it may be a good idea.",
"Namespaces are one honking great idea. Let's do more of those!",
"I agree."
],
[
"Are you a programmer?",
"I am a programmer",
"What languages do you like to use?",
"I use Python, Java and C++ quite often.",
"I use Python quite a bit myself.",
"I'm not incredibly fond of Java.",
"What annoys you?",
"It has many inconsistencies."
],
[
"What does YOLO mean?",
"It means you only live once. Where did you hear that?",
"I heard somebody say it."
],
[
"Did I ever live?",
"It depends how you define life",
"Life is the condition that distinguishes organisms from inorganic matter, including the capacity for growth, reproduction, functional activity, and continual change preceding death.",
"Is that a definition or an opinion?"
],
[
"Can I ask you a question?",
"Go ahead and ask."
]
]
}